Can I stop UIImageView Animation at last frame?

Posted by Ivan on Stack Overflow See other posts from Stack Overflow or by Ivan
Published on 2010-05-05T20:23:16Z Indexed on 2010/05/05 20:28 UTC
Read the original article Hit count: 241

Filed under:
|

Hello,

I have an animation using a UIImageView

myAnimatedView.animationImages = myImages;
myAnimatedView.animationDuration = 1;
myAnimatedView.animationRepeatCount = 1;
[myAnimatedView startAnimating];

How can I tell to animation to stop at the last frame or to be visible last frame of the series of images?

Thank you in advance

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about iphone