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

# body2TextProvider

An optional second line of body text.

## Declaration

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

## Discussion

Discussion If you don’t specify a value for this property, the text in the body1TextProvider property wraps and is displayed on the second line.

## See Also

### Setting the Complication Data

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