<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateModularLargeTallBody/init(headerTextProvider:bodyTextProvider:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateModularLargeTallBody(im)initWithHeaderTextProvider:bodyTextProvider:"
  },
  "title" : "init(headerTextProvider:bodyTextProvider:)"
}
-->

# init(headerTextProvider:bodyTextProvider:)

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

```
init(headerTextProvider: CLKTextProvider, bodyTextProvider: CLKTextProvider)
```

## Parameters

`headerTextProvider`

The text provider for the header. For multicolor faces, like the Utility face, the system uses the text provider’s tint color for the text. For other faces, the system ignores the provided tint color, and uses a system color instead.

`bodyTextProvider`

The text provider for the body. For multicolor faces, like the Utility face, the system uses the text provider’s tint color for the text. For other faces, the system ignores the provided tint color, and uses a system color instead.

---

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)