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

# CLKComplicationTemplateExtraLargeRingImage

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

```
class CLKComplicationTemplateExtraLargeRingImage
```

## Overview

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

![A diagram showing the layout of the extra large ring image complication. The diagram shows an image inside a progress ring.](images/com.apple.clockkit/media-2880718@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           |126 pixels|126 pixels|
|40 mm           |133 pixels|133 pixels|
|41 mm           |141 pixels|141 pixels|
|42 mm           |133 pixels|133 pixels|
|44 mm           |146 pixels|146 pixels|
|45 mm           |158 pixels|158 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

[`init(imageProvider: CLKImageProvider, fillFraction: Float, ringStyle: CLKComplicationRingStyle)`](/documentation/ClockKit/CLKComplicationTemplateExtraLargeRingImage/init(imageProvider:fillFraction:ringStyle:))

Creates a new template from the provided image, fill fraction, and ring style.

[`+ (instancetype) templateWithImageProvider:(CLKImageProvider *) imageProvider fillFraction:(float) fillFraction ringStyle:(CLKComplicationRingStyle) ringStyle;`](/documentation/ClockKit/CLKComplicationTemplateExtraLargeRingImage/templateWithImageProvider:fillFraction:ringStyle:)

Returns a new template from the provided image, fill fraction, and ring style.

### Setting the Complication Data

[`var fillFraction: Float`](/documentation/ClockKit/CLKComplicationTemplateExtraLargeRingImage/fillFraction)

The fraction of the ring to fill.

[`var imageProvider: CLKImageProvider`](/documentation/ClockKit/CLKComplicationTemplateExtraLargeRingImage/imageProvider)

The image to display in the complication.

[`var ringStyle: CLKComplicationRingStyle`](/documentation/ClockKit/CLKComplicationTemplateExtraLargeRingImage/ringStyle)

The style of the progress ring.

## Relationships

### Inherits From

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

### Conforms To

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

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

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

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

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

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

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

---

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)