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

# CLKComplicationTemplateModularSmallSimpleText

A template for displaying a small amount of text.

```
class CLKComplicationTemplateModularSmallSimpleText
```

## Overview

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

![A diagram showing the layout of the modular small simple text complication. The diagram shows a small amount of text.](images/com.apple.clockkit/media-2933756@2x.png)

## Topics

### Creating the Template

[`init(textProvider:)`](/documentation/ClockKit/CLKComplicationTemplateModularSmallSimpleText/init(textProvider:))

Creates a new template from the provided text.

[`templateWithTextProvider:`](/documentation/ClockKit/CLKComplicationTemplateModularSmallSimpleText/templateWithTextProvider:)

Returns a new template from the provided text.

### Setting the Complication Data

[`textProvider`](/documentation/ClockKit/CLKComplicationTemplateModularSmallSimpleText/textProvider)

The 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)