---
title: CLKComplicationTemplateModularSmallRingText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplatemodularsmallringtext
---

# CLKComplicationTemplateModularSmallRingText

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

## Declaration

```swift
class CLKComplicationTemplateModularSmallRingText
```

## Overview

Overview This template belongs to the CLKComplicationFamily.modularSmall family.

## Topics

### Creating the Template

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

### Setting the Complication Data

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

- [CLKComplicationTemplateModularSmallColumnsText](clockkit/clkcomplicationtemplatemodularsmallcolumnstext.md)
- [CLKComplicationTemplateModularSmallSimpleText](clockkit/clkcomplicationtemplatemodularsmallsimpletext.md)
- [CLKComplicationTemplateModularSmallStackText](clockkit/clkcomplicationtemplatemodularsmallstacktext.md)
