func navigationBarTitle (Text) -> some View
Sets the title in the navigation bar for this view.
このビューのナビゲーションバーにおけるタイトルを設定します。
func navigationBarTitle (Text, displayMode : NavigationBarItem .TitleDisplayMode ) -> some View
Sets the title and display mode in the navigation bar for this view.
このビューに対するナビゲーションバーにおけるタイトルと表示モードを設定します。
func navigationBarTitle (LocalizedStringKey ) -> some View
Sets the title of this view’s navigation bar with a localized string.
このビューのもつナビゲーションバーのタイトルをあるローカライズされた文字列で設定します。
func navigationBarTitle <S>(S) -> some View
Sets the title of this view’s navigation bar with a string.
このビューのもつナビゲーションバーのタイトルをある文字列で設定します。
func navigationBarTitle (LocalizedStringKey , displayMode : NavigationBarItem .TitleDisplayMode ) -> some View
Sets the title and display mode in the navigation bar for this view.
このビューに対するナビゲーションバーにおけるタイトルと表示モードを設定します。
func navigationBarTitle <S>(S, displayMode : NavigationBarItem .TitleDisplayMode ) -> some View
Sets the title and display mode in the navigation bar for this view.
このビューに対するナビゲーションバーにおけるタイトルと表示モードを設定します。
func navigationBarItems <L, T>(leading: L, trailing: T) -> some View
Sets the navigation bar items for this view.
ナビゲーションバー項目をこのビューに対して設定します。
func navigationBarItems <T>(trailing: T) -> some View
Configures the navigation bar items for this view.
ナビゲーションバー項目をこのビューに対して構成設定します。
func contextMenu <MenuItems >(ContextMenu <MenuItems >?) -> some View
Attaches a context menu and its children to the view.
あるコンテキストメニューおよびそれの子らをビューに添付します。
struct ContextMenu
A container for views that you present as menu items in a contextual menu after completion of the standard system gesture.
あなたがメニュー項目それらとして、あるコンテキストメニューの中に、標準システムジェスチャの完了の後に、提示するビューそれらに対するあるコンテナ。