<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UINavigationItem/subtitleView",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UINavigationItem(py)subtitleView"
  },
  "title" : "subtitleView"
}
-->

# subtitleView

A custom view to display below the title in the navigation bar.

```
@NSCopying var subtitleView: UIView? { get set }
```

## Discussion

If non-nil, this property takes precedence over the `subtitle` and `attributedSubtitle` properties.
The view’s layout constraints will determine its size, or the view may override `sizeThatFits(_:)`
to return its desired size.

---

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)