Condividi tramite


UIViewControllerTransitioningDelegate.GetPresentationControllerForPresentedViewController Metodo

Definizione

Restituisce il controller di presentazione utilizzato quando presenting presenta presented.

[Foundation.Export("presentationControllerForPresentedViewController:presentingViewController:sourceViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIPresentationController GetPresentationControllerForPresentedViewController (UIKit.UIViewController presentedViewController, UIKit.UIViewController presentingViewController, UIKit.UIViewController sourceViewController);
abstract member GetPresentationControllerForPresentedViewController : UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.UIPresentationController
override this.GetPresentationControllerForPresentedViewController : UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.UIPresentationController

Parametri

presentedViewController
UIViewController
presentingViewController
UIViewController

Da aggiungere.

Questo parametro può essere null.

sourceViewController
UIViewController

Restituisce

Attributi

Si applica a