<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicBezelCircularText",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateGraphicBezelCircularText"
  },
  "title" : "CLKComplicationTemplateGraphicBezelCircularText"
}
-->

# CLKComplicationTemplateGraphicBezelCircularText

A template for displaying a circular complication with text along the bezel.

```
class CLKComplicationTemplateGraphicBezelCircularText
```

## Overview

The graphic bezel templates display a circular template, and text that wraps around the watch face.

This template belongs to the [`CLKComplicationFamily.graphicBezel`](/documentation/ClockKit/CLKComplicationFamily/graphicBezel) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphicbezelcirculartext#3030704) shows the layout of the image and where the template might appear on the clock face.

![Diagram showing the layout of text along the bezel and the circular template.](images/com.apple.clockkit/media-3030704@2x.png)

The text is optional; this template can either display a circular template with text, or the circular template by itself.

## Topics

### Creating the Template

[`init(circularTemplate:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicBezelCircularText/init(circularTemplate:))

Creates a circular template.

[`init(circularTemplate:textProvider:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicBezelCircularText/init(circularTemplate:textProvider:))

Creates a circular template with text that wraps around the bezel.

[`templateWithCircularTemplate:`](/documentation/ClockKit/CLKComplicationTemplateGraphicBezelCircularText/templateWithCircularTemplate:)

Returns a circular template.

[`templateWithCircularTemplate:textProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicBezelCircularText/templateWithCircularTemplate:textProvider:)

Returns a circular template with text that wraps around the bezel.

### Setting the Complication Data

[`circularTemplate`](/documentation/ClockKit/CLKComplicationTemplateGraphicBezelCircularText/circularTemplate)

The circular template to display.

[`textProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicBezelCircularText/textProvider)

The text to display along the bezel.



---

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)