---
title: CLKComplicationTemplateModularLargeStandardBody
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplatemodularlargestandardbody
---

# CLKComplicationTemplateModularLargeStandardBody

A template for displaying a header row and two lines of text.

## Declaration

```swift
class CLKComplicationTemplateModularLargeStandardBody
```

## Overview

Overview This template belongs to the CLKComplicationFamily.modularLarge family.

The following table lists the dimensions of the image you use in this template. All dimensions are in pixels. All images must be specified as @2x images for display on Apple Watch, so the point-based dimensions are half the listed size. The width of the image must be between the specified minimum and maximum (inclusive).  |  |   |  |   |  |   |  |   |  |   |  |   |  |  Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see Manage Assets.

## Topics

### Creating the Template

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

### Setting the Complication Data

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

## Relationships

### Inherits From

- [CLKComplicationTemplate](clockkit/clkcomplicationtemplate.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Body templates

- [CLKComplicationTemplateModularLargeTallBody](clockkit/clkcomplicationtemplatemodularlargetallbody.md)
