<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateModularLargeStandardBody"
  },
  "title" : "CLKComplicationTemplateModularLargeStandardBody"
}
-->

# CLKComplicationTemplateModularLargeStandardBody

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

```
class CLKComplicationTemplateModularLargeStandardBody
```

## Overview

This template belongs to the [`CLKComplicationFamily.modularLarge`](/documentation/ClockKit/CLKComplicationFamily/modularLarge) family.

![A diagram showing the layout of the modular large standard body complication. The diagram shows the header row, two lines of text, and an optional header image.](images/com.apple.clockkit/media-2933747@2x.png)

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).

|Apple Watch Size|Width                                          |Height   |
|----------------|-----------------------------------------------|---------|
|38 mm           |22 pixels minimum ![](spacer) 64 pixels maximum|22 pixels|
|40 mm           |24 pixels minimum ![](spacer) 74 pixels maximum|24 pixels|
|41 mm           |25 pixels minimum ![](spacer) 78 pixels maximum|25 pixels|
|42 mm           |24 pixels minimum ![](spacer) 74 pixels maximum|24 pixels|
|44 mm           |28 pixels minimum ![](spacer) 84 pixels maximum|28 pixels|
|45 mm           |29 pixels minimum ![](spacer) 88 pixels maximum|29 pixels|

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:)`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/init(headerTextProvider:body1TextProvider:))

Creates a new template that has a row of header text and a row of body text.

[`init(headerTextProvider:body1TextProvider:body2TextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/init(headerTextProvider:body1TextProvider:body2TextProvider:))

Creates a new template that has a row of header text and two rows of body text.

[`init(headerImageProvider:headerTextProvider:body1TextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/init(headerImageProvider:headerTextProvider:body1TextProvider:))

Creates a new template that has a header row with an image and text, and a row of body text.

[`init(headerImageProvider:headerTextProvider:body1TextProvider:body2TextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/init(headerImageProvider:headerTextProvider:body1TextProvider:body2TextProvider:))

Creates a new template that has a header row with an image and text, and two rows of body text.

[`templateWithHeaderTextProvider:body1TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/templateWithHeaderTextProvider:body1TextProvider:)

Returns a new template that has a row of header text and a row of body text.

[`templateWithHeaderTextProvider:body1TextProvider:body2TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/templateWithHeaderTextProvider:body1TextProvider:body2TextProvider:)

Returns a new template that has a row of header text and two rows of body text.

[`templateWithHeaderImageProvider:headerTextProvider:body1TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/templateWithHeaderImageProvider:headerTextProvider:body1TextProvider:)

Returns a new template that has a header row with an image and text, and a row of body text.

[`templateWithHeaderImageProvider:headerTextProvider:body1TextProvider:body2TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/templateWithHeaderImageProvider:headerTextProvider:body1TextProvider:body2TextProvider:)

Returns a new template that has a header row with an image and text, and two rows of body text.

### Setting the Complication Data

[`headerImageProvider`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/headerImageProvider)

An optional image to display in the header.

[`headerTextProvider`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/headerTextProvider)

The text to display in the header line.

[`body1TextProvider`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/body1TextProvider)

The top line of body text.

[`body2TextProvider`](/documentation/ClockKit/CLKComplicationTemplateModularLargeStandardBody/body2TextProvider)

An optional second line of body text.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)