UIImageView *myImageView;
Quote:
Originally Posted by eddietr
Actually, it does add to the reference count. It's a shallow copy, but retains are sent to the objects.
But then he should get the same behavior regardless of whether he removes all objects or releases the array. But he says he is not getting the same behavior.
Sanniv, can you show us the header file for the class of myImageView? (and please use code tags)
|