---
title: CLKComplicationTemplateGraphicCornerCircularView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccornercircularview
---

# CLKComplicationTemplateGraphicCornerCircularView

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

## Declaration

```swift
final class CLKComplicationTemplateGraphicCornerCircularView<Content> where Content : View
```

## Overview

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

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

## Topics

### Creating the Template

- [init(_:)](clockkit/clkcomplicationtemplategraphiccornercircularview/init(_:).md)

### Accessing the Content

- [content](clockkit/clkcomplicationtemplategraphiccornercircularview/content.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

- [CLKComplicationTemplateGraphicCornerGaugeView](clockkit/clkcomplicationtemplategraphiccornergaugeview.md)
- [CLKComplicationTemplateGraphicCornerTextView](clockkit/clkcomplicationtemplategraphiccornertextview.md)
