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

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

```
init(headerImageProvider: CLKFullColorImageProvider?, headerTextProvider: CLKTextProvider, body1TextProvider: CLKTextProvider, body2TextProvider: CLKTextProvider?)
```

## Parameters

`headerImageProvider`

A full-color image provider.

`headerTextProvider`

The text provider for the header text. The template supports multicolored text from this text provider.

`body1TextProvider`

The text provider for the first row of body text. The template supports multicolored text from this text provider.

`body2TextProvider`

The text provider for the second row of body text. The template supports multicolored text from this text provider.

---

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)