---
title: "init(circularTemplate:textProvider:)"
framework: clockkit
role: symbol
role_heading: Initializer
path: "clockkit/clkcomplicationtemplategraphicbezelcirculartext/init(circulartemplate:textprovider:)"
---

# init(circularTemplate:textProvider:)

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

## Declaration

```swift
init(circularTemplate: CLKComplicationTemplateGraphicCircular, textProvider: CLKTextProvider?)
```

## Parameters

- `circularTemplate`: A graphic circular template.
- `textProvider`: The text provider for the text element. The template ignores this text provider’s tint color, and always displays the text with a system color.

## See Also

### Creating the Template

- [init(circularTemplate:)](clockkit/clkcomplicationtemplategraphicbezelcirculartext/init(circulartemplate:).md)
