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

# CLKComplicationTemplateGraphicExtraLargeCircularStackViewText

A template for displaying a SwiftUI view and text.

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

## Overview

This template belongs to the [`CLKComplicationFamily.graphicExtraLarge`](/documentation/ClockKit/CLKComplicationFamily/graphicExtraLarge) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphicextralargecircularstackviewtext#3667264) 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 content and text provider.](images/com.apple.clockkit/media-3667264@2x.png)

The table below lists the dimensions of the view displayed by the template.

|Apple Watch Size|Width      |Height   |
|----------------|-----------|---------|
|40 mm           |40 points  |20 points|
|44 mm           |43.5 points|22 points|

## Topics

### Creating the Template

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

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

### Accessing the Content

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

The SwiftUI view displayed by the template.

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

The text to display below the view.

## Relationships

### Conforms To

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

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

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

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

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

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

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

### Inherits From

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

---

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)