A Boolean value that indicates whether to hide the navigation bar. あるブール値、それはナビゲーションバーを隠すべきかどうかを指し示します。
Instance Method
インスタンスメソッド
navigation
navigationBarHidden(_:)
Hides the navigation bar for this view.
このビューに対するナビゲーションバーを隠します。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
Parameters パラメータ
hidden
Discussion 議論
Use navigation
to hide the navigation bar. This modifier only takes effect when this view is inside of and visible within a Navigation
.