プロトコル
NavigationViewStyle
NavigationView の外観と相互作用の仕様。
宣言
protocol NavigationViewStyle
トピックス
組み込みのナビゲーションスタイル
-
static var automatic: DefaultNavigationViewStyle
The default navigation view style in the current context of the view being styled.
Available when Self is DefaultNavigationViewStyle.
static var columns: ColumnNavigationViewStyle
A navigation view style represented by a series of views in columns.
Available when Self is ColumnNavigationViewStyle.
static var stack: StackNavigationViewStyle
A navigation view style represented by a view stack that only shows a single top view at a time.
Available when Self is StackNavigationViewStyle.
以下も見よ
ナビゲーションビューのスタイル化
NavigationView の外観と相互作用の仕様。