I am trying to draw images to the iphone screen by changing the images of a UIImageView in a loop. But since there was no much response on the screen than two or three images being drawn and skipping others I need another method.
I am trying to show 80 png images that are 320*480 in size at 30 images per second.
Please suggest the fastest method to do this. And some sample code if available.
Thanks