<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicCornerCircularView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_ClockKit_SwiftUI48CLKComplicationTemplateGraphicCornerCircularViewC"
  },
  "title" : "CLKComplicationTemplateGraphicCornerCircularView"
}
-->

# CLKComplicationTemplateGraphicCornerCircularView

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

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

## Overview

This template belongs to the [`CLKComplicationFamily.graphicCorner`](/documentation/ClockKit/CLKComplicationFamily/graphicCorner) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphiccornercircularview#3667248) shows the layout of the view and where the template might appear on the clock face.

![A diagram showing the layout of the complication that calls out the content.](images/com.apple.clockkit/media-3667248@2x.png)

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

|Apple Watch Size|Width    |Height   |
|----------------|---------|---------|
|40 mm           |32 points|32 points|
|41 mm           |34 points|34 points|
|44 mm           |36 points|36 points|
|45 mm           |38 points|38 points|

## Topics

### Creating the Template

[`init(Content)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerCircularView/init(_:))

Creates a template that has a circular SwiftUI view.

### Accessing the Content

[`var content: Content`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerCircularView/content)

The SwiftUI view displayed by the template.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`CLKComplicationTemplate`](/documentation/ClockKit/CLKComplicationTemplate)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)