---
title: body2TextProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplategraphicrectangularstandardbody/body2textprovider
---

# body2TextProvider

The secondary body text to display in the complication.

## Declaration

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

## Discussion

Discussion In watchOS 5 and earlier, the system always displays the text as white. In watchOS 6 and later, it can display multicolor text.

## See Also

### Setting the Complication Data

- [headerTextProvider](clockkit/clkcomplicationtemplategraphicrectangularstandardbody/headertextprovider.md)
- [headerImageProvider](clockkit/clkcomplicationtemplategraphicrectangularstandardbody/headerimageprovider.md)
- [body1TextProvider](clockkit/clkcomplicationtemplategraphicrectangularstandardbody/body1textprovider.md)
