共用方式為


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

傳回

屬性

適用於