NachoSoto / NSBKeyframeAnimation

jQuery-like animations in CoreAnimation
MIT License
370 stars 47 forks source link

How to determine ending of NSBKeyframeAnimation #6

Closed ignotusverum closed 10 years ago

ignotusverum commented 10 years ago

So i'm wondering, how can i determine if NSBKeyframeAnimation is ended? Thanks!

NachoSoto commented 10 years ago

You can do that by setting yourself as the delegate of the animation object and implementing -animationDidStop:finished:.