---
title: CLKComplicationTemplateExtraLargeStackText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplateextralargestacktext
---

# CLKComplicationTemplateExtraLargeStackText

A template for displaying two strings stacked one on top of the other.

## Declaration

```swift
class CLKComplicationTemplateExtraLargeStackText
```

## Overview

Overview This template belongs to the CLKComplicationFamily.extraLarge family.

## Topics

### Creating the Template

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

### Setting the Complication Data

- [highlightLine2](clockkit/clkcomplicationtemplateextralargestacktext/highlightline2.md)
- [line1TextProvider](clockkit/clkcomplicationtemplateextralargestacktext/line1textprovider.md)
- [line2TextProvider](clockkit/clkcomplicationtemplateextralargestacktext/line2textprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplate](clockkit/clkcomplicationtemplate.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 templates

- [CLKComplicationTemplateExtraLargeColumnsText](clockkit/clkcomplicationtemplateextralargecolumnstext.md)
- [CLKComplicationTemplateExtraLargeRingText](clockkit/clkcomplicationtemplateextralargeringtext.md)
- [CLKComplicationTemplateExtraLargeSimpleText](clockkit/clkcomplicationtemplateextralargesimpletext.md)
