animationDidStart(_:)
Tells the delegate the animation has started.
Declaration
optional func animationDidStart(_ anim: CAAnimation)Parameters
- anim:
The Caanimation object that has started.
Tells the delegate the animation has started.
optional func animationDidStart(_ anim: CAAnimation)The Caanimation object that has started.