---
title: CLKComplicationTemplateGraphicCornerTextView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccornertextview
---

# CLKComplicationTemplateGraphicCornerTextView

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

## Declaration

```swift
final class CLKComplicationTemplateGraphicCornerTextView<Label> where Label : View
```

## Overview

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

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

## Topics

### Creating the Template

- [init(textProvider:label:)](clockkit/clkcomplicationtemplategraphiccornertextview/init(textprovider:label:).md)

### Accessing the Content

- [textProvider](clockkit/clkcomplicationtemplategraphiccornertextview/textprovider.md)
- [label](clockkit/clkcomplicationtemplategraphiccornertextview/label.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

### Corner templates

- [CLKComplicationTemplateGraphicCornerCircularView](clockkit/clkcomplicationtemplategraphiccornercircularview.md)
- [CLKComplicationTemplateGraphicCornerGaugeView](clockkit/clkcomplicationtemplategraphiccornergaugeview.md)
