---
title: CLKComplicationTemplateGraphicExtraLargeCircularView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicextralargecircularview
---

# CLKComplicationTemplateGraphicExtraLargeCircularView

A template for displaying a circular SwiftUI view.

## Declaration

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

## Mentioned in

Adding text to a complication Building complications with SwiftUI

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicExtraLarge family. Figure 1 shows the layout of the complication and where it appears on the clock face.

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

## Topics

### Creating the Template

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

### Accessing the Content

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

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicExtraLargeCircular](clockkit/clkcomplicationtemplategraphicextralargecircular.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

### Extra large templates

- [CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeView](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeview.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeview.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularStackViewText](clockkit/clkcomplicationtemplategraphicextralargecircularstackviewtext.md)
