Quote:
Originally Posted by sanniv
UIImageView *myImageView;
|
If myImageView is just a pointer to an UIImageView, where is animationImages defined? I think everyone is assuming is an instance variable of your custom class, but that might not be the case. If myImageView is not a custom class, then what does this mean?
Quote:
|
yess the "animationImages" is the copy property of UIImageView of which the reference is "myImageView".
|
joe