UIViewController.ShouldAutomaticallyForwardAppearanceMethods Propiedad

Definición

Si los métodos de apariencia se deben reenviar a los elementos secundarios UIViewController.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldAutomaticallyForwardAppearanceMethods { [Foundation.Export("shouldAutomaticallyForwardAppearanceMethods")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ShouldAutomaticallyForwardAppearanceMethods : bool

Valor de propiedad

El valor predeterminado es true.

Atributos

Comentarios

Los desarrolladores de aplicaciones que invalidan este miembro y lo false establecen en son responsables de controlar la apariencia de UIViewsu hijoUIViewController. Los desarrolladores de aplicaciones deben llamar a sus UIViewControllermétodos y EndAppearanceTransition() secundarios BeginAppearanceTransition(Boolean, Boolean) según corresponda.

Se aplica a

Consulte también