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

# CLKComplicationTemplateGraphicCornerGaugeImage

A template for displaying an image and a gauge in the clock face’s corner.

```
class CLKComplicationTemplateGraphicCornerGaugeImage
```

## Overview

This template belongs to the [`CLKComplicationFamily.graphicCorner`](/documentation/ClockKit/CLKComplicationFamily/graphicCorner) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphiccornergaugeimage#3030693) shows the layout of the image and where the template might appear on the clock face.

![Diagram showing the layout of an image and a gauge with trailing text.](images/com.apple.clockkit/media-3030693@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   |
|----------------|---------|---------|
|40 mm           |40 pixels|40 pixels|
|41 mm           |42 pixels|42 pixels|
|44 mm           |44 pixels|44 pixels|
|45 mm           |48 pixels|48 pixels|

This template supports full-color images. The image provider automatically masks the image to a circle.

Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see `Supporting Multiple Watch Sizes`.

## Topics

### Creating the Template

[`init(gaugeProvider:imageProvider:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeImage/init(gaugeProvider:imageProvider:))

Creates a new template that has a gauge and an image.

[`init(gaugeProvider:leadingTextProvider:trailingTextProvider:imageProvider:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeImage/init(gaugeProvider:leadingTextProvider:trailingTextProvider:imageProvider:))

Creates a new template that has a gauge with leading and trailing text and an image.

[`templateWithGaugeProvider:imageProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeImage/templateWithGaugeProvider:imageProvider:)

Returns a new template that has a gauge and an image.

[`templateWithGaugeProvider:leadingTextProvider:trailingTextProvider:imageProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeImage/templateWithGaugeProvider:leadingTextProvider:trailingTextProvider:imageProvider:)

Returns a new template that has a gauge with leading and trailing text and an image.

### Setting the Complication Data

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

The image to display.

[`gaugeProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeImage/gaugeProvider)

The gauge to display in the complication.

[`leadingTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeImage/leadingTextProvider)

The text to display on the leading edge of the gauge.

[`trailingTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeImage/trailingTextProvider)

The text to display on the trailing edge of the gauge.



---

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)