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

# CLKComplicationTemplateCircularSmallStackText

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

```
class CLKComplicationTemplateCircularSmallStackText
```

## Overview

This template belongs to the [`CLKComplicationFamily.circularSmall`](/documentation/ClockKit/CLKComplicationFamily/circularSmall) family.

![A diagram showing the layout of the circular small stack text complication. The diagram has two examples, each showing two small rows of text.](images/com.apple.clockkit/media-2933743@2x.png)

## Topics

### Creating the Template

[`init(line1TextProvider:line2TextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallStackText/init(line1TextProvider:line2TextProvider:))

Creates a new template that has two lines of text.

[`templateWithLine1TextProvider:line2TextProvider:`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallStackText/templateWithLine1TextProvider:line2TextProvider:)

Returns a new template that has two lines of text.

### Setting the Complication Data

[`line1TextProvider`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallStackText/line1TextProvider)

The text to display on the top line of the complication.

[`line2TextProvider`](/documentation/ClockKit/CLKComplicationTemplateCircularSmallStackText/line2TextProvider)

The text to display on the bottom line of 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)