다음을 통해 공유


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

반환

특성

적용 대상