<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicCornerStackText",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateGraphicCornerStackText"
  },
  "title" : "CLKComplicationTemplateGraphicCornerStackText"
}
-->

# CLKComplicationTemplateGraphicCornerStackText

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

```
class CLKComplicationTemplateGraphicCornerStackText
```

## Overview

This template belongs to the [`CLKComplicationFamily.graphicCorner`](/documentation/ClockKit/CLKComplicationFamily/graphicCorner) family.  shows the layout of the image and where the template might appear on the clock face.

![Diagram showing the layout of the outer and inner text.](images/com.apple.clockkit/media-3030692@2x.png)

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

## Topics

### Creating the Template

[`init(innerTextProvider:outerTextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerStackText/init(innerTextProvider:outerTextProvider:))

Creates a template that has an inner line of text and an outer text element.

[`templateWithInnerTextProvider:outerTextProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerStackText/templateWithInnerTextProvider:outerTextProvider:)

Returns a template that has an inner line of text and an outer text element.

### Setting the Complication Data

[`outerTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerStackText/outerTextProvider)

The outer text to display in the complication.

[`innerTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCornerStackText/innerTextProvider)

The inner text to display in the complication.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)