---
title: CLKComplicationTemplateGraphicCornerStackText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccornerstacktext
---

# CLKComplicationTemplateGraphicCornerStackText

A template for displaying stacked text in the clock face’s corner.

## Declaration

```swift
class CLKComplicationTemplateGraphicCornerStackText
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicCorner family.  shows the layout of the image and where the template might appear on the clock face.

The system always displays the outer text as white. The inner text can be multicolored.

## Topics

### Creating the Template

- [init(innerTextProvider:outerTextProvider:)](clockkit/clkcomplicationtemplategraphiccornerstacktext/init(innertextprovider:outertextprovider:).md)

### Setting the Complication Data

- [outerTextProvider](clockkit/clkcomplicationtemplategraphiccornerstacktext/outertextprovider.md)
- [innerTextProvider](clockkit/clkcomplicationtemplategraphiccornerstacktext/innertextprovider.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 and image

- [CLKComplicationTemplateGraphicCornerCircularImage](clockkit/clkcomplicationtemplategraphiccornercircularimage.md)
- [CLKComplicationTemplateGraphicCornerCircularView](clockkit/clkcomplicationtemplategraphiccornercircularview.md)
- [CLKComplicationTemplateGraphicCornerTextImage](clockkit/clkcomplicationtemplategraphiccornertextimage.md)
- [CLKComplicationTemplateGraphicCornerTextView](clockkit/clkcomplicationtemplategraphiccornertextview.md)
