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

# CLKComplicationTemplateGraphicCircularStackViewText

A template for displaying a SwiftUI view and text.

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

## Overview

This template belongs to the [`CLKComplicationFamily.graphicCircular`](/documentation/ClockKit/CLKComplicationFamily/graphicCircular) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphiccircularstackviewtext#3667405) shows the layout of the complication and where it appears on the clock face.

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

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

|Apple Watch Size|Width    |Height   |
|----------------|---------|---------|
|40 mm           |28 points|14 points|
|44 mm           |31 points|16 points|

## Topics

### Creating the Template

[`init(content: Content, textProvider: CLKTextProvider)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularStackViewText/init(content:textProvider:))

Creates a template that has a view and a small amount of text.

### Accessing the Content

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

The SwiftUI view displayed by the template.

[`var textProvider: CLKTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularStackViewText/textProvider)

The text to display below the view.

## Relationships

### Conforms To

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

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

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

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

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

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

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

### Inherits From

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

---

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)