다음을 통해 공유


UIViewControllerTransitioningDelegate.GetAnimationControllerForPresentedController 메서드

정의

를 표시할 때 presenting 사용되는 애니메이션 컨트롤러를 반환합니다 presented.

[Foundation.Export("animationControllerForPresentedController:presentingController:sourceController:")]
public virtual UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController (UIKit.UIViewController presented, UIKit.UIViewController presenting, UIKit.UIViewController source);
abstract member GetAnimationControllerForPresentedController : UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
override this.GetAnimationControllerForPresentedController : UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

매개 변수

presented
UIViewController
presenting
UIViewController

반환

특성

적용 대상