Partager via


UIViewController.PrefersStatusBarHidden Méthode

Définition

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

S’applique à