---
title: headerTextProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplatemodularlargetallbody/headertextprovider
---

# headerTextProvider

The text to display in the header line.

## Declaration

```swift
@NSCopying var headerTextProvider: CLKTextProvider { get set }
```

## Discussion

Discussion A tint color is applied to the header text to differentiate it from the other rows. In multicolor environments, the text provider or template provide the tint color. In monochrome environments, the clock face provides the tint color.

## See Also

### Setting the Complication Data

- [bodyTextProvider](clockkit/clkcomplicationtemplatemodularlargetallbody/bodytextprovider.md)
