Freigeben über


UIApplication.SetStatusBarHidden Methode

Definition

Überlädt

SetStatusBarHidden(Boolean, UIStatusBarAnimation)

Blendet die Statusleiste aus oder zeigt sie an.

SetStatusBarHidden(Boolean, Boolean)

Blendet die Animationsleiste aus oder zeigt an, ob sie animiert werden soll.

SetStatusBarHidden(Boolean, UIStatusBarAnimation)

Blendet die Statusleiste aus oder zeigt sie an.

[Foundation.Export("setStatusBarHidden:withAnimation:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UIViewController.PrefersStatusBarHidden' instead.")]
public virtual void SetStatusBarHidden (bool state, UIKit.UIStatusBarAnimation animation);
abstract member SetStatusBarHidden : bool * UIKit.UIStatusBarAnimation -> unit
override this.SetStatusBarHidden : bool * UIKit.UIStatusBarAnimation -> unit

Parameter

state
Boolean

true , um die Statusleiste auszublenden, false um sie anzuzeigen.

animation
UIStatusBarAnimation

Die zu verwendende Animation.

Attribute

Gilt für:

SetStatusBarHidden(Boolean, Boolean)

Blendet die Animationsleiste aus oder zeigt an, ob sie animiert werden soll.

[Foundation.Export("setStatusBarHidden:animated:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, "Use 'SetStatusBarHidden (bool, UIStatusBarAnimation)' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetStatusBarHidden (bool hidden, bool animated);
abstract member SetStatusBarHidden : bool * bool -> unit
override this.SetStatusBarHidden : bool * bool -> unit

Parameter

hidden
Boolean

true , um die Statusleiste auszublenden, false um sie anzuzeigen.

animated
Boolean

Konstante, die angibt, ob eine Animation vorhanden sein soll, und, wenn animation angefordert wird, ob die Statusleiste ein- oder ausgeblendet oder die Statusleiste ein- oder ausgeblendet werden soll.

Attribute

Gilt für: