Navigation Subtitle
Configures the view’s subtitle for purposes of navigation, using a localized string
Platform Compatibility
iOS 26.0+ iPadOS 26.0+ macOS 11.0+
Tags
SwiftUI Code
NavigationStack {
Text("Foo")
.navigationTitle("Foo")
.navigationSubtitle("Bar")
}
Found an issue or have a suggestion?
Created: June 10, 2025Updated: June 10, 2025