---
title: "init(textProvider:)"
framework: clockkit
role: symbol
role_heading: Initializer
path: "clockkit/clkcomplicationtemplateutilitarianlargeflat/init(textprovider:)"
---

# init(textProvider:)

Creates a new template that has a long line of text.

## Declaration

```swift
init(textProvider: CLKTextProvider)
```

## Parameters

- `textProvider`: The text provider for the template. For multicolor faces, like the Utility face, the system uses the text provider’s tint color for the text. For other faces, the system ignores the provided tint color, and uses a system color instead.

## See Also

### Creating the Template

- [init(textProvider:imageProvider:)](clockkit/clkcomplicationtemplateutilitarianlargeflat/init(textprovider:imageprovider:).md)
