I am making an iOS App. I have several CALayer objects that eventually will be deleted by a (shrinking) animation. When the animatio
When you create the animation and set the delegate, just pass the CALayer you want to remove with your animation.
As for removing all the animations, you have two options: