<!--
{
  "availability" : [
    "iOS: 27.2.0 -",
    "iPadOS: 27.2.0 -",
    "macCatalyst: 27.2.0 -",
    "tvOS: 27.2.0 -",
    "visionOS: 27.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UINavigationItem/TitleAlignment-swift.enum/center",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UINavigationItemTitleAlignment@UINavigationItemTitleAlignmentCenter"
  },
  "title" : "UINavigationItem.TitleAlignment.center"
}
-->

# UINavigationItem.TitleAlignment.center

The title is center-aligned.

```
case center
```

## Discussion

Unlike Automatic, this never falls back to leading alignment: a title that cannot be centered shifts toward the leading edge to clear
the trailing bar content, and truncates only once it can shift no further.

---

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)