UIImageView animation has long delay on device
- by jiunhong
I create a 5-frame animation on UImageView and each image is created by [UIImage imageWithContentOfFile:xxx],
however, the animation on simulator is working well but not on device, it usually has ~1 sec delay though the animation duration is 1sec.
Is anyway to preload the images involved in the animation? thanks.