---
title: navigationTitleAlignment
framework: UIKit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.2+, iPadOS 27.2+, Mac Catalyst 27.2+, tvOS 27.2+, visionOS 27.2+]
path: uikit/uitraitcollection/navigationtitlealignment
---

# navigationTitleAlignment

The alignment the navigation bar resolved for its title.

## Declaration

```swift
var navigationTitleAlignment: UINavigationItem.TitleAlignment { get }
```

## Discussion

Discussion When the system has resolved an alignment for the title, this reports that concrete alignment, Leading or Center, even when the client has not set a preference. Otherwise it reports Automatic.
