UIViewImplicitlyAnimating
An interface for modifying an animation while it’s running.
Declaration
@MainActor protocol UIViewImplicitlyAnimating : UIViewAnimatingOverview
Animator objects used in interruptible view controller transitions adopt the UIViewImplicitlyAnimating protocol to modify in-flight transition animations. This protocol also conforms to the UIViewAnimating protocol, which specifies methods for starting and stopping animations and for updating their state.
The UIViewPropertyAnimator class adopts this protocol and implements all of its methods. You can adopt this protocol in your own classes to implement custom animator objects. When adopting this protocol, it’s recommended that you implement all of the methods.