共用方式為


UINavigationControllerDelegate_Extensions.GetAnimationControllerForOperation 方法

定義

由系統呼叫,以擷取 的 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

參數

This
IUINavigationControllerDelegate

這個擴充方法運作所在的實例。

navigationController
UINavigationController
fromViewController
UIViewController
toViewController
UIViewController

傳回

屬性

適用於