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

# textProvider

The text to display along the bezel.

## Declaration

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

## Discussion

Discussion The complication ignores the text provider’s tint color. It always displays the bezel text as white.

## See Also

### Setting the Complication Data

- [circularTemplate](clockkit/clkcomplicationtemplategraphicbezelcirculartext/circulartemplate.md)
