A template for displaying a single image surrounded by a configurable progress ring.
SDK
- watchOS 2.0+
Framework
- Clock
Kit
Declaration
class CLKComplicationTemplateCircularSmallRingImage : CLKComplication Template
Overview
This template belongs to the CLKComplication
family. Figure 1 shows the layout of the data and where a template of this type might appear on the clock face.
Layout of a circular small ring image template

Table 1 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.
Image dimensions
Apple Watch Size | Width | Height |
---|---|---|
38 mm | 40 pixels | 40 pixels |
40 mm | 44 pixels | 44 pixels |
42 mm | 44 pixels | 44 pixels |
44 mm | 48 pixels | 48 pixels |
Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see Manage Assets.