---
title: CLKComplicationTemplateGraphicExtraLargeCircularStackImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicextralargecircularstackimage
---

# CLKComplicationTemplateGraphicExtraLargeCircularStackImage

A template for displaying an extra-large, full-color circular image and text.

## Declaration

```swift
class CLKComplicationTemplateGraphicExtraLargeCircularStackImage
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicExtraLarge family. Figure 1 shows the layout of the complication and where it appears on the clock face.

The table below lists the dimensions of the image you use in this template. Use @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/clkcomplicationtemplategraphicextralargecircularstackimage/init(line1imageprovider:line2textprovider:).md)

### Setting the Complication Data

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

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicExtraLargeCircular](clockkit/clkcomplicationtemplategraphicextralargecircular.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

- [CLKComplicationTemplateGraphicExtraLargeCircularImage](clockkit/clkcomplicationtemplategraphicextralargecircularimage.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularView](clockkit/clkcomplicationtemplategraphicextralargecircularview.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularStackViewText](clockkit/clkcomplicationtemplategraphicextralargecircularstackviewtext.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularStackText](clockkit/clkcomplicationtemplategraphicextralargecircularstacktext.md)
