---
title: CLKComplicationTemplateGraphicExtraLargeCircularStackText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicextralargecircularstacktext
---

# CLKComplicationTemplateGraphicExtraLargeCircularStackText

A template for displaying two rows of text in an extra-large, circular complication.

## Declaration

```swift
class CLKComplicationTemplateGraphicExtraLargeCircularStackText
```

## Overview

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

## Topics

### Creating the Template

- [init(line1TextProvider:line2TextProvider:)](clockkit/clkcomplicationtemplategraphicextralargecircularstacktext/init(line1textprovider:line2textprovider:).md)

### Setting the Complication Data

- [line1TextProvider](clockkit/clkcomplicationtemplategraphicextralargecircularstacktext/line1textprovider.md)
- [line2TextProvider](clockkit/clkcomplicationtemplategraphicextralargecircularstacktext/line2textprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicExtraLargeCircular](clockkit/clkcomplicationtemplategraphicextralargecircular.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

### Text and images

- [CLKComplicationTemplateGraphicExtraLargeCircularImage](clockkit/clkcomplicationtemplategraphicextralargecircularimage.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularView](clockkit/clkcomplicationtemplategraphicextralargecircularview.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularStackImage](clockkit/clkcomplicationtemplategraphicextralargecircularstackimage.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularStackViewText](clockkit/clkcomplicationtemplategraphicextralargecircularstackviewtext.md)
