---
title: titlePositionAdjustment
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uinavigationbarappearance/titlepositionadjustment
---

# titlePositionAdjustment

The distance, in points, by which to offset the title horizontally and vertically.

## Declaration

```swift
var titlePositionAdjustment: UIOffset { get set }
```

## Discussion

Discussion Positive values move the title down and to the right. Negative values move the title up and to the left.

## See Also

### Configuring the title

- [titleTextAttributes](uikit/uinavigationbarappearance/titletextattributes.md)
- [largeTitleTextAttributes](uikit/uinavigationbarappearance/largetitletextattributes.md)
