UIViewControllerTransitioningDelegate.GetPresentationControllerForPresentedViewController Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve el controlador de presentación que se usa cuando 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
Parámetros
- presentedViewController
- UIViewController
- sourceViewController
- UIViewController
Devoluciones
- Atributos