How do I get an UIImageView to tell me when its animation stops?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-03-24T17:01:27Z Indexed on 2010/03/24 17:03 UTC
Read the original article Hit count: 135

I have a UIImageView that is displaying a series of pictures as an animation. This part of the project works well.

I want to display a label when the animation ends. Is there an event that the Imageview will trigger when it's animation ends?

© Stack Overflow or respective owner

Related posts about uiimageview

Related posts about iphone