actually "animationImages" is the copy property of UIImageView and myImageView is the reference of UIImageView, so all the date in myMutableArray will get copied to it when i assign. Hence I want to free the data of myMutableArray because there will be 2 copies of same data in the memory... right?
Quote:
Originally Posted by FlyingDiver
The program is probably crashing because your myImageView class is trying to use the image array you just released. Let's see the code for it.
joe
|