UIViewController.PrefersStatusBarHidden Metodo

Definizione

Indica se uiViewController preferisce che la barra di stato sia nascosta.

[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

Restituisce

Valore booleano che indica se la barra di stato deve essere nascosta.

Attributi

Si applica a