Compartir a través de


UIViewControllerTransitioningDelegate_Extensions.GetPresentationControllerForPresentedViewController Método

Definición

Devuelve el controlador de presentación que se usa cuando presenting presenta 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

Parámetros

This
IUIViewControllerTransitioningDelegate

Instancia en la que opera este método de extensión.

presentedViewController
UIViewController
presentingViewController
UIViewController

Se agregará.

Este parámetro puede ser null.

sourceViewController
UIViewController

Devoluciones

Atributos

Se aplica a