UIViewController.PrefersStatusBarHidden Méthode
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 ce UIViewController préfère que la barre d’état soit masquée.
[Foundation.Export("prefersStatusBarHidden")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool PrefersStatusBarHidden ();
abstract member PrefersStatusBarHidden : unit -> bool
override this.PrefersStatusBarHidden : unit -> bool
Retours
Boolean indiquant si la barre d’état doit être masquée.
- Attributs