---
title: "init(_:)"
framework: clockkit
role: symbol
role_heading: Initializer
path: "clockkit/clkcomplicationtemplategraphicextralargecircularview/init(_:)"
---

# init(_:)

Creates a template that has a circular view.

## Declaration

```swift
init(_ content: Content)
```

## Parameters

- `content`: The SwiftUI view displayed by the template.
