Instance Method インスタンスメソッド

statusBar(hidden:)

Sets the visibility of the status bar. ステータスバーの可視性を設定します。

Declaration 宣言

func statusBar(hidden: Bool) -> some View

Parameters パラメータ

hidden

A Boolean value that indicates whether to hide the status bar. あるブール値、それはステータスバーを隠すべきかどうかを指し示します。

Discussion 議論

Use statusBar(hidden:) to show or hide the status bar. statusBar(hidden:)を使って、ステータスバーを表示または隠してください。