---
title: CLKComplicationTemplateGraphicCircularStackViewText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccircularstackviewtext
---

# CLKComplicationTemplateGraphicCircularStackViewText

A template for displaying a SwiftUI view and text.

## Declaration

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

## Overview

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

The following table lists the dimensions of the SwiftUI view displayed by the template.  |  |   |  |   |  |

## Topics

### Creating the Template

- [init(content:textProvider:)](clockkit/clkcomplicationtemplategraphiccircularstackviewtext/init(content:textprovider:).md)

### Accessing the Content

- [content](clockkit/clkcomplicationtemplategraphiccircularstackviewtext/content.md)
- [textProvider](clockkit/clkcomplicationtemplategraphiccircularstackviewtext/textprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicCircular](clockkit/clkcomplicationtemplategraphiccircular.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

### Circular templates

- [CLKComplicationTemplateGraphicCircularView](clockkit/clkcomplicationtemplategraphiccircularview.md)
- [CLKComplicationTemplateGraphicCircularOpenGaugeView](clockkit/clkcomplicationtemplategraphiccircularopengaugeview.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeView](clockkit/clkcomplicationtemplategraphiccircularclosedgaugeview.md)
