All Posts For: December, 2009

Dec 8 2009

Core Animation Target-Action Layers

When you write a Core Animation heavy application, you spend a lot of time implementing code that executes when an animation finishes. Typically, the view controller whose view contains the animating layers implements animationDidStop:finished: and does a series of checks to see which animation finished.…