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

# largeTitleTextAttributes

Display attributes for the bar’s large title text.

## Declaration

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

## Discussion

Discussion You can specify the font, text color, text shadow color, and text shadow offset for the title in the text attributes dictionary, using the text attribute keys described in NSAttributedString.Key.

## See Also

### Configuring the title

- [titleTextAttributes](uikit/uinavigationbar/titletextattributes.md)
- [titleVerticalPositionAdjustment(for:)](uikit/uinavigationbar/titleverticalpositionadjustment(for:).md)
- [setTitleVerticalPositionAdjustment(_:for:)](uikit/uinavigationbar/settitleverticalpositionadjustment(_:for:).md)
