UIViewControllerAnimatedTransitioning_Extensions.GetInterruptibleAnimator Method

Definition

Gets the IUIViewControllerAnimatedTransitioning used for the transition.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.IUIViewImplicitlyAnimating GetInterruptibleAnimator (this UIKit.IUIViewControllerAnimatedTransitioning This, UIKit.IUIViewControllerContextTransitioning transitionContext);
static member GetInterruptibleAnimator : UIKit.IUIViewControllerAnimatedTransitioning * UIKit.IUIViewControllerContextTransitioning -> UIKit.IUIViewImplicitlyAnimating

Parameters

This
IUIViewControllerAnimatedTransitioning

The instance on which this extension method operates.

Returns

Attributes

Applies to