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

# CLKComplicationTemplateUtilitarianSmallRingText

A template for displaying text encircled by a configurable progress ring.

```
class CLKComplicationTemplateUtilitarianSmallRingText
```

## Overview

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

![A diagram showing the layout of the utilitarian small ring text complication. The diagram shows text inside a small progress ring.](images/com.apple.clockkit/media-2933761@2x.png)

## Topics

### Creating the Template

[`init(textProvider:fillFraction:ringStyle:)`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallRingText/init(textProvider:fillFraction:ringStyle:))

Creates a new template from the provided text, fill fraction, and ring style.

[`templateWithTextProvider:fillFraction:ringStyle:`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallRingText/templateWithTextProvider:fillFraction:ringStyle:)

Returns a new template from the provided text, fill fraction, and ring style.

### Setting the Complication Data

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

The text to display in the complication.

[`ringStyle`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallRingText/ringStyle)

The style of the progress ring.

[`fillFraction`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallRingText/fillFraction)

The fraction of the ring to fill.



---

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)