---
title: CLKComplicationTemplateExtraLargeRingText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplateextralargeringtext
---

# CLKComplicationTemplateExtraLargeRingText

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

## Declaration

```swift
class CLKComplicationTemplateExtraLargeRingText
```

## Overview

Overview This template belongs to the CLKComplicationFamily.extraLarge family.

## Topics

### Creating the Template

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

### Setting the Complication Data

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

- [CLKComplicationTemplateExtraLargeColumnsText](clockkit/clkcomplicationtemplateextralargecolumnstext.md)
- [CLKComplicationTemplateExtraLargeSimpleText](clockkit/clkcomplicationtemplateextralargesimpletext.md)
- [CLKComplicationTemplateExtraLargeStackText](clockkit/clkcomplicationtemplateextralargestacktext.md)
