The subtitle to display.
Instance Method
インスタンスメソッド
navigation
navigationSubtitle(_:)
Configures the view’s subtitle for purposes of navigation, using a string.
ビューのもつサブタイトルをナビゲーション目的のために構成設定します、ある文字列を使います。
Availability 有効性
- macOS 11.0+
- Mac Catalyst 14.0+
Technology
- Swift
UI
Declaration 宣言
func navigationSubtitle<S>(_ subtitle: S) -> some View
where S : StringProtocol
Parameters パラメータ
title
Discussion 議論
A view’s navigation subtitle is used to provide additional contextual information alongside the navigation title. On macOS, the primary destination’s subtitle is displayed with the navigation title in the titlebar. ビューのもつナビゲーションサブタイトルは、ナビゲーションタイトルに並べて追加の、文脈による情報を提供するために使われます。macOSでは、第一目的地のもつサブタイトルは、ナビゲーションタイトルとともにタイトルバーにおいて表示されます。