I have 10 small images that have to be shown quickly one after another in order to make an animation effect. Is there an easy way to do that, or must I implement an routine by myself?
+3
A:
Really easy. The UIImageView has built in support for such animations. It has two important properties: animationImages and animationDuration. I would recommend you to check the docs.
Jongsma
2009-07-09 19:50:11
+1
A:
cocos2d-iphone can do this easily. It might be overkill for your project, but it is pretty easy to work with.
Dana Holt
2009-07-09 19:51:28
I think that is taking the problem an overcomplicating it by a very large factor. The UIImageView class has support for animating sequences of images as described by another answer to this question.
Jasarien
2009-07-09 22:05:49