Share via


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

반환

특성

적용 대상