다음을 통해 공유


UIViewControllerTransitioningDelegate_Extensions.GetPresentationControllerForPresentedViewController 메서드

정의

를 표시할 때 presenting 사용되는 프레젠테이션 컨트롤러를 반환합니다 presented.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIPresentationController GetPresentationControllerForPresentedViewController (this UIKit.IUIViewControllerTransitioningDelegate This, UIKit.UIViewController presentedViewController, UIKit.UIViewController presentingViewController, UIKit.UIViewController sourceViewController);
static member GetPresentationControllerForPresentedViewController : UIKit.IUIViewControllerTransitioningDelegate * UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.UIPresentationController

매개 변수

This
IUIViewControllerTransitioningDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

presentedViewController
UIViewController
presentingViewController
UIViewController

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

sourceViewController
UIViewController

반환

특성

적용 대상