<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularLargeImage/textProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateGraphicRectangularLargeImage(py)textProvider"
  },
  "title" : "textProvider"
}
-->

# textProvider

The header text to display in the complication.

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)