Quote:
Originally Posted by smasher
Are you loading the images with imageNamed, or initWithContentsOfFile?
I've noticed that animationImages runs smoother the first time when you use imageNamed; probably because the images are cached.
|
I used initWithContentsOfFile because it takes less memory than imageNamed.
I will try with imageNamed. Is there any other solution.
thanks for reply.