---
title: UINavigationItem.TitleAlignment.center
framework: UIKit
role: symbol
role_heading: Case
platforms: [iOS 27.2+, iPadOS 27.2+, Mac Catalyst 27.2+, tvOS 27.2+, visionOS 27.2+]
path: uikit/uinavigationitem/titlealignment-swift.enum/center
---

# UINavigationItem.TitleAlignment.center

The title is center-aligned.

## Declaration

```swift
case center
```

## Discussion

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.
