Contents

delegate

The delegate for responding to pausing or resumption of animation.

Declaration

weak var delegate: (any UIDynamicAnimatorDelegate)? { get set }

Discussion

The methods for a dynamic animator delegate are described in UIDynamicAnimatorDelegate.

See Also

Responding to animation changes