---
title: line1TextProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplatemodularsmallstacktext/line1textprovider
---

# line1TextProvider

The text to display on the top line of the complication.

## Declaration

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

## Discussion

Discussion Space for text is limited in this particular template so keep strings as short as possible. When the highlightLine2 property is false, a tint color is applied to this text. 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

- [line2TextProvider](clockkit/clkcomplicationtemplatemodularsmallstacktext/line2textprovider.md)
- [highlightLine2](clockkit/clkcomplicationtemplatemodularsmallstacktext/highlightline2.md)
