Share via


UINavigationControllerDelegate.GetInteractionControllerForAnimationController Method

Definition

Called by the system to retrieve an interactive transition animation.

[Foundation.Export("navigationController:interactionControllerForAnimationController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIViewControllerInteractiveTransitioning GetInteractionControllerForAnimationController(UIKit.UINavigationController navigationController, UIKit.IUIViewControllerAnimatedTransitioning animationController);
[<Foundation.Export("navigationController:interactionControllerForAnimationController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetInteractionControllerForAnimationController : UIKit.UINavigationController * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning
override this.GetInteractionControllerForAnimationController : UIKit.UINavigationController * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning

Parameters

navigationController
UINavigationController

Returns

Implements

Attributes

Applies to