Freigeben über


UINavigationControllerDelegate_Extensions.GetAnimationControllerForOperation Methode

Definition

Wird vom System aufgerufen, um die Übergangsanimation für abzurufen 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

Parameter

This
IUINavigationControllerDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

navigationController
UINavigationController
fromViewController
UIViewController
toViewController
UIViewController

Gibt zurück

Attribute

Gilt für: