---
title: CLKComplicationTemplateCircularSmallStackText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplatecircularsmallstacktext
---

# CLKComplicationTemplateCircularSmallStackText

A template for displaying two text strings stacked on top of each other.

## Declaration

```swift
class CLKComplicationTemplateCircularSmallStackText
```

## Overview

Overview This template belongs to the CLKComplicationFamily.circularSmall family.

## Topics

### Creating the Template

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

### Setting the Complication Data

- [line1TextProvider](clockkit/clkcomplicationtemplatecircularsmallstacktext/line1textprovider.md)
- [line2TextProvider](clockkit/clkcomplicationtemplatecircularsmallstacktext/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

- [CLKComplicationTemplateCircularSmallRingText](clockkit/clkcomplicationtemplatecircularsmallringtext.md)
- [CLKComplicationTemplateCircularSmallSimpleText](clockkit/clkcomplicationtemplatecircularsmallsimpletext.md)
