---
title: outerTextProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplategraphiccornerstacktext/outertextprovider
---

# outerTextProvider

The outer text to display in the complication.

## Declaration

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

## Discussion

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

## See Also

### Setting the Complication Data

- [innerTextProvider](clockkit/clkcomplicationtemplategraphiccornerstacktext/innertextprovider.md)
