次の方法で共有


UINavigationControllerDelegate.GetInteractionControllerForAnimationController メソッド

定義

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

[Foundation.Export("navigationController:interactionControllerForAnimationController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIViewControllerInteractiveTransitioning GetInteractionControllerForAnimationController (UIKit.UINavigationController navigationController, UIKit.IUIViewControllerAnimatedTransitioning animationController);
abstract member GetInteractionControllerForAnimationController : UIKit.UINavigationController * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning
override this.GetInteractionControllerForAnimationController : UIKit.UINavigationController * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning

パラメーター

navigationController
UINavigationController

戻り値

属性

適用対象