---
title: textProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplategraphicrectangularlargeimage/textprovider
---

# textProvider

The header text to display in the complication.

## Declaration

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

## Discussion

Discussion This property supports multicolor text. In watchOS 5 and earlier, the system converts the text to uppercase before displaying it. In watchOS 6 and later, it displays the text using its original case.

## See Also

### Setting the Complication Data

- [imageProvider](clockkit/clkcomplicationtemplategraphicrectangularlargeimage/imageprovider.md)
