Condividi tramite


UIViewControllerTransitioningDelegate_Extensions.GetPresentationControllerForPresentedViewController Metodo

Definizione

Restituisce il controller di presentazione utilizzato quando 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

Parametri

This
IUIViewControllerTransitioningDelegate

Istanza in cui funziona questo metodo di estensione.

presentedViewController
UIViewController
presentingViewController
UIViewController

Da aggiungere.

Questo parametro può essere null.

sourceViewController
UIViewController

Restituisce

Attributi

Si applica a