---
title: CLKComplicationTemplateGraphicCircularView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccircularview
---

# CLKComplicationTemplateGraphicCircularView

A template for displaying a circular view.

## Declaration

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

## Mentioned in

Building complications with SwiftUI

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicCircular 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 view displayed by this template. ClockKit masks the view to a circle.  |  |   |  |   |  |   |  |   |  |

## Topics

### Creating the Template

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

### Accessing the Content

- [content](clockkit/clkcomplicationtemplategraphiccircularview/content.md)

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicCircular](clockkit/clkcomplicationtemplategraphiccircular.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

### Circular templates

- [CLKComplicationTemplateGraphicCircularOpenGaugeView](clockkit/clkcomplicationtemplategraphiccircularopengaugeview.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeView](clockkit/clkcomplicationtemplategraphiccircularclosedgaugeview.md)
- [CLKComplicationTemplateGraphicCircularStackViewText](clockkit/clkcomplicationtemplategraphiccircularstackviewtext.md)
