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

# CLKComplicationTemplateGraphicCircularStackImage

A template for displaying a full-color circular image and text.

```
class CLKComplicationTemplateGraphicCircularStackImage
```

## Overview

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

![Diagram showing the layout of a circular template containing an image and text.](images/com.apple.clockkit/media-3262157@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.

|Apple Watch Size|Width    |Height   |
|----------------|---------|---------|
|40 mm           |56 pixels|28 pixels|
|41 mm           |59 pixels|30 pixels|
|44 mm           |62 pixels|32 pixels|
|45 mm           |67 pixels|33 pixels|

This template supports full-color images.

Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see `Supporting Multiple Watch Sizes`.

## Topics

### Creating the Template

[`init(line1ImageProvider:line2TextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularStackImage/init(line1ImageProvider:line2TextProvider:))

Creates a template that has an image and a small amount of text.

[`templateWithLine1ImageProvider:line2TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularStackImage/templateWithLine1ImageProvider:line2TextProvider:)

Returns a template that has an image and a small amount of text.

### Setting the Complicaiton Data

[`line1ImageProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularStackImage/line1ImageProvider)

The image to display.

[`line2TextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularStackImage/line2TextProvider)

The text to display below the image.



---

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)