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

navigationBarHidden(_:)

Hides the navigation bar for this view. このビューに対するナビゲーションバーを隠します。

Declaration 宣言

func navigationBarHidden(_ hidden: Bool) -> some View

Parameters パラメータ

hidden

A Boolean value that indicates whether to hide the navigation bar. あるブール値、それはナビゲーションバーを隠すべきかどうかを指し示します。

Discussion 議論

Use navigationBarHidden(_:) to hide the navigation bar. This modifier only takes effect when this view is inside of and visible within a NavigationView.