---
title: CLKComplicationTemplateExtraLargeRingImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplateextralargeringimage
---

# CLKComplicationTemplateExtraLargeRingImage

A template for displaying an image encircled by a configurable progress ring.

## Declaration

```swift
class CLKComplicationTemplateExtraLargeRingImage
```

## Overview

Overview This template belongs to the CLKComplicationFamily.extraLarge 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.  |  |   |  |   |  |   |  |   |  |   |  |   |  |  Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see Manage Assets.

## Topics

### Creating the Template

- [init(imageProvider:fillFraction:ringStyle:)](clockkit/clkcomplicationtemplateextralargeringimage/init(imageprovider:fillfraction:ringstyle:).md)

### Setting the Complication Data

- [fillFraction](clockkit/clkcomplicationtemplateextralargeringimage/fillfraction.md)
- [imageProvider](clockkit/clkcomplicationtemplateextralargeringimage/imageprovider.md)
- [ringStyle](clockkit/clkcomplicationtemplateextralargeringimage/ringstyle.md)

## Relationships

### Inherits From

- [CLKComplicationTemplate](clockkit/clkcomplicationtemplate.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

### Image templates

- [CLKComplicationTemplateExtraLargeSimpleImage](clockkit/clkcomplicationtemplateextralargesimpleimage.md)
- [CLKComplicationTemplateExtraLargeStackImage](clockkit/clkcomplicationtemplateextralargestackimage.md)
