Condividi tramite


UINavigationControllerDelegate_Extensions.GetInteractionControllerForAnimationController Method

Definition

Called by the system to retrieve an interactive transition animation.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.IUIViewControllerInteractiveTransitioning GetInteractionControllerForAnimationController(this UIKit.IUINavigationControllerDelegate This, UIKit.UINavigationController navigationController, UIKit.IUIViewControllerAnimatedTransitioning animationController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetInteractionControllerForAnimationController : UIKit.IUINavigationControllerDelegate * UIKit.UINavigationController * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning

Parameters

navigationController
UINavigationController

Returns

Attributes

Applies to