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

# CLKComplicationTemplateModularLargeTallBody

A template for displaying a header row and row of tall body text.

```
class CLKComplicationTemplateModularLargeTallBody
```

## Overview

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

![A diagram showing the layout of the modular large tall body complication. The diagram shows  the header row above a single line of large body text.](images/com.apple.clockkit/media-2933748@2x.png)

## Topics

### Creating the Template

[`init(headerTextProvider:bodyTextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTallBody/init(headerTextProvider:bodyTextProvider:))

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

[`templateWithHeaderTextProvider:bodyTextProvider:`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTallBody/templateWithHeaderTextProvider:bodyTextProvider:)

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

### Setting the Complication Data

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

The text to display in the header line.

[`bodyTextProvider`](/documentation/ClockKit/CLKComplicationTemplateModularLargeTallBody/bodyTextProvider)

The text to display in the body line.



---

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)