UINavigationControllerDelegate.GetAnimationControllerForOperation Method

Definition

Called by the system to retrieve the transition animation for the operation.

[Foundation.Export("navigationController:animationControllerForOperation:fromViewController:toViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForOperation (UIKit.UINavigationController navigationController, UIKit.UINavigationControllerOperation operation, UIKit.UIViewController fromViewController, UIKit.UIViewController toViewController);
abstract member GetAnimationControllerForOperation : UIKit.UINavigationController * UIKit.UINavigationControllerOperation * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
override this.GetAnimationControllerForOperation : UIKit.UINavigationController * UIKit.UINavigationControllerOperation * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

Parameters

navigationController
UINavigationController
fromViewController
UIViewController
toViewController
UIViewController

Returns

Attributes

Applies to