<!--
{
  "documentType" : "article",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/corner-complication-templates",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Corner complication templates"
}
-->

# Corner complication templates

Display graphically rich data in the watch face’s corner.

## Discussion

The graphic corner templates display gauges, images, and text in the watch face’s corner.

![An illustration of templates in all four corners, including curved text and gauges.](images/com.apple.clockkit/media-3744078@2x.png)

The tinted versions of the templates are shown below:

![An illustration that shows tinted versions of templates in all four corners, including curved text and gauges.](images/com.apple.clockkit/media-3744091@2x.png)

## Topics

### Text and image

[`class CLKComplicationTemplateGraphicCornerCircularImage`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerCircularImage)

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

[`class CLKComplicationTemplateGraphicCornerCircularView`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerCircularView)

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

[`class CLKComplicationTemplateGraphicCornerStackText`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerStackText)

A template for displaying stacked text in the clock face’s corner.

[`class CLKComplicationTemplateGraphicCornerTextImage`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerTextImage)

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

[`class CLKComplicationTemplateGraphicCornerTextView`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerTextView)

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

### Gauges

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

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

[`class CLKComplicationTemplateGraphicCornerGaugeView`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeView)

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

[`class CLKComplicationTemplateGraphicCornerGaugeText`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerGaugeText)

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



---

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)