---
title: largeTitleTextAttributes
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uinavigationbarappearance/largetitletextattributes
---

# largeTitleTextAttributes

String attributes to apply to the text of a large-size title.

## Declaration

```swift
var largeTitleTextAttributes: [NSAttributedString.Key : Any] { get set }
```

## Discussion

Discussion If you don’t specify font or color attributes for the text, UIKit applies default font and color values. For a list of possible keys, see NSAttributedString.Key.

## See Also

### Configuring the title

- [titleTextAttributes](uikit/uinavigationbarappearance/titletextattributes.md)
- [titlePositionAdjustment](uikit/uinavigationbarappearance/titlepositionadjustment.md)
