Share via


IUIViewControllerAnimatedTransitioning.AnimateTransition Method

Definition

Animate the transition with the animator object.

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

Parameters

Attributes

Applies to