Поделиться через


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

Возвращаемое значение

Атрибуты

Применяется к