<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_ClockKit_SwiftUI45CLKComplicationTemplateGraphicCornerGaugeViewC"
  },
  "title" : "CLKComplicationTemplateGraphicCornerGaugeView"
}
-->

# CLKComplicationTemplateGraphicCornerGaugeView

A template for displaying a SwiftUI view and a gauge in the clock face’s corner.

```
final class CLKComplicationTemplateGraphicCornerGaugeView<Label> where Label : View
```

## Overview

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

![A diagram showing the layout of the complication that calls out the content produced by the gauge provider, text provider, and label.](images/com.apple.clockkit/media-3667261@2x.png)

The following table lists the dimensions of the view displayed by this template. ClockKIt masks the view to a circle.

|Apple Watch Size|Width    |Height   |
|----------------|---------|---------|
|40 mm           |20 points|20 points|
|41 mm           |21 points|21 points|
|44 mm           |22 points|22 points|
|45 mm           |24 points|24 points|

## Topics

### Creating the Template

[`init(gaugeProvider: CLKGaugeProvider, leadingTextProvider: CLKTextProvider?, trailingTextProvider: CLKTextProvider?, label: Label)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeView/init(gaugeProvider:leadingTextProvider:trailingTextProvider:label:))

Creates a new template with the provided gauge and view.

### Accessing the Content

[`var label: Label`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeView/label)

The SwiftUI view displayed by the template.

[`var gaugeProvider: CLKGaugeProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeView/gaugeProvider)

The gauge to display in the complication.

[`var leadingTextProvider: CLKTextProvider?`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeView/leadingTextProvider)

The text provider for the gauge’s leading text.

[`var trailingTextProvider: CLKTextProvider?`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeView/trailingTextProvider)

The text provider for the gauge’s trailing text.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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