UIViewController.ModalViewController Propiedad

Definición

Controlador de la vista presentada activa.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PresentedViewController' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController ModalViewController { [Foundation.Export("modalViewController")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PresentedViewController' instead.")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ModalViewController : UIKit.UIViewController

Valor de propiedad

El objeto activo presentado UIViewController.

Atributos

Comentarios

Los desarrolladores de aplicaciones no deben usar esta propiedad en desuso. En su lugar, deben usar PresentedViewController.

Se aplica a

Consulte también