Partager via


UIViewControllerTransitioningDelegate_Extensions.GetPresentationControllerForPresentedViewController Méthode

Définition

Retourne le contrôleur de présentation utilisé lorsque presenting présente 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

Paramètres

This
IUIViewControllerTransitioningDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

presentedViewController
UIViewController
presentingViewController
UIViewController

À ajouter.

Ce paramètre peut être null.

sourceViewController
UIViewController

Retours

Attributs

S’applique à