UINavigationControllerDelegate_Extensions.GetAnimationControllerForOperation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the system to retrieve the transition animation for the operation
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForOperation (this UIKit.IUINavigationControllerDelegate This, UIKit.UINavigationController navigationController, UIKit.UINavigationControllerOperation operation, UIKit.UIViewController fromViewController, UIKit.UIViewController toViewController);
static member GetAnimationControllerForOperation : UIKit.IUINavigationControllerDelegate * UIKit.UINavigationController * UIKit.UINavigationControllerOperation * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
Parameters
The instance on which this extension method operates.
- navigationController
- UINavigationController
- operation
- UINavigationControllerOperation
- fromViewController
- UIViewController
- toViewController
- UIViewController
Returns
- Attributes