UINavigationControllerDelegate.GetInteractionControllerForAnimationController Method

Definition

Called by the system to retrieve an interactive transition animation.

[Foundation.Export("navigationController:interactionControllerForAnimationController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIViewControllerInteractiveTransitioning GetInteractionControllerForAnimationController (UIKit.UINavigationController navigationController, UIKit.IUIViewControllerAnimatedTransitioning animationController);
abstract member GetInteractionControllerForAnimationController : UIKit.UINavigationController * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning
override this.GetInteractionControllerForAnimationController : UIKit.UINavigationController * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning

Parameters

navigationController
UINavigationController

Returns

Attributes

Applies to