UIViewController.ShouldAutomaticallyForwardAppearanceMethods Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si les méthodes d’apparence doivent être transférées aux enfants 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
Valeur de propriété
La valeur par défaut est true
.
- Attributs
Remarques
Les développeurs d’applications qui remplacent ce membre et le définissent false
sur sont chargés de contrôler l’apparence de UIViewleur enfantUIViewController. Les développeurs d’applications doivent appeler les méthodes et EndAppearanceTransition() de BeginAppearanceTransition(Boolean, Boolean) leur enfant UIViewControllerle cas échéant.