---
title: CLKComplicationTemplateGraphicCircularStackImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccircularstackimage
---

# CLKComplicationTemplateGraphicCircularStackImage

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

## Declaration

```swift
class CLKComplicationTemplateGraphicCircularStackImage
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicCircular family.

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.  |  |   |  |   |  |   |  |   |  |  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:)](clockkit/clkcomplicationtemplategraphiccircularstackimage/init(line1imageprovider:line2textprovider:).md)

### Setting the Complicaiton Data

- [line1ImageProvider](clockkit/clkcomplicationtemplategraphiccircularstackimage/line1imageprovider.md)
- [line2TextProvider](clockkit/clkcomplicationtemplategraphiccircularstackimage/line2textprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicCircular](clockkit/clkcomplicationtemplategraphiccircular.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Text and images

- [CLKComplicationTemplateGraphicCircularImage](clockkit/clkcomplicationtemplategraphiccircularimage.md)
- [CLKComplicationTemplateGraphicCircularView](clockkit/clkcomplicationtemplategraphiccircularview.md)
- [CLKComplicationTemplateGraphicCircularStackViewText](clockkit/clkcomplicationtemplategraphiccircularstackviewtext.md)
- [CLKComplicationTemplateGraphicCircularStackText](clockkit/clkcomplicationtemplategraphiccircularstacktext.md)
