UIImageView animation has long delay on device

Posted by jiunhong on Stack Overflow See other posts from Stack Overflow or by jiunhong
Published on 2010-05-24T03:21:28Z Indexed on 2010/05/24 3:31 UTC
Read the original article Hit count: 314

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about animation