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
.