次の方法で共有


UINavigationControllerDelegate_Extensions.GetInteractionControllerForAnimationController メソッド

定義

対話型の遷移アニメーションを取得するためにシステムによって呼び出されます。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.IUIViewControllerInteractiveTransitioning GetInteractionControllerForAnimationController (this UIKit.IUINavigationControllerDelegate This, UIKit.UINavigationController navigationController, UIKit.IUIViewControllerAnimatedTransitioning animationController);
static member GetInteractionControllerForAnimationController : UIKit.IUINavigationControllerDelegate * UIKit.UINavigationController * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning

パラメーター

This
IUINavigationControllerDelegate

この拡張メソッドが動作するインスタンス。

navigationController
UINavigationController

戻り値

属性

適用対象