Contents

dynamicAnimatorWillResume(_:)

Called when a dynamic animator is about to resume the animations for its behaviors’ associated dynamic items.

Declaration

optional func dynamicAnimatorWillResume(_ animator: UIDynamicAnimator)

Parameters

  • animator:

    The dynamic animator that is about to resume animation.

See Also

Responding to animation pausing and resumption