UISearchController.GetInterruptibleAnimator Method

Definition

Gets the IUIViewImplicitlyAnimating animator to use during the transition associated with .

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

Parameters

Returns

Attributes

Applies to