UIViewController.ModalViewController Propiedad

Definición

Controlador de la vista presentada activa.

C#
[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; }

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

Producto Versiones
Xamarin iOS SDK 12

Consulte también