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

# CLKComplicationTemplateCircularSmallSimpleImage

A template for displaying a single image.

```
class CLKComplicationTemplateCircularSmallSimpleImage
```

## Overview

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

![A diagram showing the layout of the small simple image complication. This diagram shows three examples, each displaying a single, small image.](images/com.apple.clockkit/media-2933735@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   |
|----------------|---------|---------|
|38 mm           |32 pixels|32 pixels|
|40 mm           |36 pixels|36 pixels|
|41 mm           |38 pixels|38 pixels|
|42 mm           |36 pixels|36 pixels|
|44 mm           |40 pixels|40 pixels|
|45 mm           |43 pixels|43 pixels|

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

[`-  initWithImageProvider:`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallSimpleImage/init(imageProvider:))

Creates a new template from the provided image.

[`+  templateWithImageProvider:`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallSimpleImage/templateWithImageProvider:)

Returns a new template from the provided image.

### Setting the Complication Data

[`imageProvider`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallSimpleImage/imageProvider)

The image to display in the complication.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`CLKComplicationTemplate`](/documentation/ClockKit/CLKComplicationTemplate)

---

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)