Share via


UIViewControllerAnimatedTransitioning.AnimateTransition Method

Definition

Animate the transition with the animator object.

[Foundation.Export("animateTransition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AnimateTransition(UIKit.IUIViewControllerContextTransitioning transitionContext);
[<Foundation.Export("animateTransition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AnimateTransition : UIKit.IUIViewControllerContextTransitioning -> unit
override this.AnimateTransition : UIKit.IUIViewControllerContextTransitioning -> unit

Parameters

Implements

Attributes

Applies to