共用方式為


UIApplication.SetStatusBarHidden 方法

定義

多載

SetStatusBarHidden(Boolean, UIStatusBarAnimation)

隱藏或顯示狀態列。

SetStatusBarHidden(Boolean, Boolean)

隱藏或顯示動畫列,以及是否應該以動畫顯示。

SetStatusBarHidden(Boolean, UIStatusBarAnimation)

隱藏或顯示狀態列。

[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

參數

state
Boolean

true 隱藏狀態列, false 以顯示狀態列。

animation
UIStatusBarAnimation

要使用的動畫。

屬性

適用於

SetStatusBarHidden(Boolean, Boolean)

隱藏或顯示動畫列,以及是否應該以動畫顯示。

[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

參數

hidden
Boolean

true 隱藏狀態列, false 以顯示狀態列。

animated
Boolean

常數,指出是否應該有動畫,而且如果要求動畫,它應該淡入或淡出狀態列,還是將狀態列滑入或移出。

屬性

適用於