---
title: CLKComplicationTemplateGraphicCornerGaugeText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccornergaugetext
---

# CLKComplicationTemplateGraphicCornerGaugeText

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

## Declaration

```swift
class CLKComplicationTemplateGraphicCornerGaugeText
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicCorner family.  shows the layout of the image and where the template might appear on the clock face.

The system always displays the outer text as white. The gauge’s text can be multicolored.

## Topics

### Creating the Template

- [init(gaugeProvider:outerTextProvider:)](clockkit/clkcomplicationtemplategraphiccornergaugetext/init(gaugeprovider:outertextprovider:).md)
- [init(gaugeProvider:leadingTextProvider:trailingTextProvider:outerTextProvider:)](clockkit/clkcomplicationtemplategraphiccornergaugetext/init(gaugeprovider:leadingtextprovider:trailingtextprovider:outertextprovider:).md)

### Setting the Complication Data

- [outerTextProvider](clockkit/clkcomplicationtemplategraphiccornergaugetext/outertextprovider.md)
- [gaugeProvider](clockkit/clkcomplicationtemplategraphiccornergaugetext/gaugeprovider.md)
- [leadingTextProvider](clockkit/clkcomplicationtemplategraphiccornergaugetext/leadingtextprovider.md)
- [trailingTextProvider](clockkit/clkcomplicationtemplategraphiccornergaugetext/trailingtextprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplate](clockkit/clkcomplicationtemplate.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Gauges

- [CLKComplicationTemplateGraphicCornerGaugeImage](clockkit/clkcomplicationtemplategraphiccornergaugeimage.md)
- [CLKComplicationTemplateGraphicCornerGaugeView](clockkit/clkcomplicationtemplategraphiccornergaugeview.md)
