次の方法で共有


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

戻り値

属性

適用対象