Contents

dynamicAnimatorDidPause(_:)

Called when a dynamic animator pauses the animations for its behaviors’ associated dynamic items.

Declaration

optional func dynamicAnimatorDidPause(_ animator: UIDynamicAnimator)

Parameters

  • animator:

    The dynamic animator that paused its animation.

See Also

Responding to animation pausing and resumption