---
title: body1TextProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplategraphicrectangularstandardbody/body1textprovider
---

# body1TextProvider

The main body text to display in the complication.

## Declaration

```swift
@NSCopying var body1TextProvider: 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)
- [body2TextProvider](clockkit/clkcomplicationtemplategraphicrectangularstandardbody/body2textprovider.md)
