<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/navigationSubtitle(_:)-262n7",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewPAAE18navigationSubtitleyQrqd__SyRd__lF"
  },
  "title" : "navigationSubtitle(_:)"
}
-->

# navigationSubtitle(_:)

Configures the view’s subtitle for purposes of navigation,
using a string.

```
nonisolated func navigationSubtitle<S>(_ subtitle: S) -> some View where S : StringProtocol
```

## Parameters

`subtitle`

The subtitle to display.

## 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. On iOS and iPadOS,
the subtitle is displayed with the navigation title in the
navigation bar.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)