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

# CLKComplicationTemplateCircularSmallStackImage

A template for displaying an image with a line of text below it.

```
class CLKComplicationTemplateCircularSmallStackImage
```

## Overview

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

![A diagram showing the layout of the circular small stack image complication. The diagram shows a small image positioned above a short line of text.](images/com.apple.clockkit/media-2933736@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 maximum ![](spacer) (You may specify images with a smaller width.)|14 pixels|
|40 mm           |34 pixels maximum ![](spacer) (You may specify images with a smaller width.)|16 pixels|
|41 mm           |38 pixels maximum ![](spacer) (You may specify images with a smaller width.)|17 pixels|
|42 mm           |34 pixels maximum ![](spacer) (You may specify images with a smaller width.)|16 pixels|
|44 mm           |38 pixels maximum ![](spacer) (You may specify images with a smaller width.)|18 pixels|
|45 mm           |38 pixels maximum ![](spacer) (You may specify images with a smaller width.)|19 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

[`-  initWithLine1ImageProvider:line2TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallStackImage/init(line1ImageProvider:line2TextProvider:))

Creates a new template from the provided image and text.

[`+  templateWithLine1ImageProvider:line2TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallStackImage/templateWithLine1ImageProvider:line2TextProvider:)

Returns a new template from the provided image and text.

### Setting the Complication Data

[`line1ImageProvider`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallStackImage/line1ImageProvider)

The image to display on the top line of the complication.

[`line2TextProvider`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallStackImage/line2TextProvider)

The text to display on the bottom line of the complication.

## Relationships

### Conforms To

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

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

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

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

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

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

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

### 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)