UISearchController.TransitionDuration Method

Definition

Obtains the duration, in seconds, of the transition animation from the animator object.

[Foundation.Export("transitionDuration:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual double TransitionDuration (UIKit.IUIViewControllerContextTransitioning transitionContext);
abstract member TransitionDuration : UIKit.IUIViewControllerContextTransitioning -> double
override this.TransitionDuration : UIKit.IUIViewControllerContextTransitioning -> double

Parameters

Returns

Implements

Attributes

Applies to