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

# init(line1ImageProvider:line2TextProvider:)

Creates a new template from the provided image and text.

```
init(line1ImageProvider: CLKImageProvider, line2TextProvider: CLKTextProvider)
```

## Parameters

`line1ImageProvider`

The image provider for the main image. The system renders the image as a tinted template image a bitmap image where only the opacity of the image matters. For more information, see <doc://com.apple.documentation/documentation/UIKit/providing-images-for-different-appearances>.

`line2TextProvider`

The text provider for the text below the image. 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)