---
title: CLKComplicationTemplateModularSmallStackText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplatemodularsmallstacktext
---

# CLKComplicationTemplateModularSmallStackText

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

## Declaration

```swift
class CLKComplicationTemplateModularSmallStackText
```

## Overview

Overview This template belongs to the CLKComplicationFamily.modularSmall family.

## Topics

### Creating the Template

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

### Setting the Complication Data

- [line1TextProvider](clockkit/clkcomplicationtemplatemodularsmallstacktext/line1textprovider.md)
- [line2TextProvider](clockkit/clkcomplicationtemplatemodularsmallstacktext/line2textprovider.md)
- [highlightLine2](clockkit/clkcomplicationtemplatemodularsmallstacktext/highlightline2.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

- [CLKComplicationTemplateModularSmallColumnsText](clockkit/clkcomplicationtemplatemodularsmallcolumnstext.md)
- [CLKComplicationTemplateModularSmallRingText](clockkit/clkcomplicationtemplatemodularsmallringtext.md)
- [CLKComplicationTemplateModularSmallSimpleText](clockkit/clkcomplicationtemplatemodularsmallsimpletext.md)
