-
The animation’s owner.
Declaration
Swift
var owner: AnimationOwner { get }
-
Stops the animation and calls any provided completion. Does nothing if the animator has already completed.
Declaration
Swift
func stopAnimation()
-
The current state of the animation.
Declaration
Swift
var state: UIViewAnimatingState { get }