---
title: CLKComplicationTemplateCircularSmallRingImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplatecircularsmallringimage
---

# CLKComplicationTemplateCircularSmallRingImage

A template for displaying a single image surrounded by a configurable progress ring.

## Declaration

```swift
class CLKComplicationTemplateCircularSmallRingImage
```

## Overview

Overview This template belongs to the CLKComplicationFamily.circularSmall 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/clkcomplicationtemplatecircularsmallringimage/init(imageprovider:fillfraction:ringstyle:).md)

### Setting the Complication Data

- [imageProvider](clockkit/clkcomplicationtemplatecircularsmallringimage/imageprovider.md)
- [ringStyle](clockkit/clkcomplicationtemplatecircularsmallringimage/ringstyle.md)
- [fillFraction](clockkit/clkcomplicationtemplatecircularsmallringimage/fillfraction.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

- [CLKComplicationTemplateCircularSmallSimpleImage](clockkit/clkcomplicationtemplatecircularsmallsimpleimage.md)
- [CLKComplicationTemplateCircularSmallStackImage](clockkit/clkcomplicationtemplatecircularsmallstackimage.md)
