---
title: CLKComplicationTemplateCircularSmallRingText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplatecircularsmallringtext
---

# CLKComplicationTemplateCircularSmallRingText

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

## Declaration

```swift
class CLKComplicationTemplateCircularSmallRingText
```

## Overview

Overview This template belongs to the CLKComplicationFamily.circularSmall family.

## Topics

### Creating the Template

- [init(textProvider:fillFraction:ringStyle:)](clockkit/clkcomplicationtemplatecircularsmallringtext/init(textprovider:fillfraction:ringstyle:).md)

### Setting the Complication Data

- [textProvider](clockkit/clkcomplicationtemplatecircularsmallringtext/textprovider.md)
- [ringStyle](clockkit/clkcomplicationtemplatecircularsmallringtext/ringstyle.md)
- [fillFraction](clockkit/clkcomplicationtemplatecircularsmallringtext/fillfraction.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 templates

- [CLKComplicationTemplateCircularSmallSimpleText](clockkit/clkcomplicationtemplatecircularsmallsimpletext.md)
- [CLKComplicationTemplateCircularSmallStackText](clockkit/clkcomplicationtemplatecircularsmallstacktext.md)
