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

# CLKComplicationTemplateModularLargeTable

A template for displaying a header row and columns.

```
class CLKComplicationTemplateModularLargeTable
```

## Overview

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

![A diagram showing the layout of the modular large table complication. The diagram shows a table with a header row and two rows of text, each containing two collumns. The table can also have an optional header image.](images/com.apple.clockkit/media-2933750@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:row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTable/init(headerTextProvider:row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:))

Creates a template that has a header and two columns of text.

[`init(headerImageProvider:headerTextProvider:row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTable/init(headerImageProvider:headerTextProvider:row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:))

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

[`templateWithHeaderTextProvider:row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTable/templateWithHeaderTextProvider:row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:)

Returns a template that has a header and two columns of text.

[`templateWithHeaderImageProvider:headerTextProvider:row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTable/templateWithHeaderImageProvider:headerTextProvider:row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:)

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

### Setting the Complication Data

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

An optional image to display in the header.

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

The text to display in the header line.

[`row1Column1TextProvider`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTable/row1Column1TextProvider)

The text to display in the first column of the first row.

[`row1Column2TextProvider`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTable/row1Column2TextProvider)

The text to display in the second column of the first row.

[`row2Column1TextProvider`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTable/row2Column1TextProvider)

The text to display in the first column of the second row.

[`row2Column2TextProvider`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTable/row2Column2TextProvider)

The text to display in the second column of the second row.

[`column2Alignment`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTable/column2Alignment)

The alignment of the text in the second column.



---

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)