---
title: line2TextProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplatemodularsmallstacktext/line2textprovider
---

# line2TextProvider

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

## Declaration

```swift
@NSCopying var line2TextProvider: 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 true, 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

- [line1TextProvider](clockkit/clkcomplicationtemplatemodularsmallstacktext/line1textprovider.md)
- [highlightLine2](clockkit/clkcomplicationtemplatemodularsmallstacktext/highlightline2.md)
