Share via


IUIViewControllerAnimatedTransitioning.TransitionDuration Method

Definition

The duration, in seconds, of the transition.

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

Parameters

Returns

Attributes

Applies to