<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKSimpleTextProvider/init(text:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKSimpleTextProvider(cm)textProviderWithText:"
  },
  "title" : "init(text:)"
}
-->

# init(text:)

Creates and returns a text provider with the specified long form text.

```
convenience init(text: String)
```

## Parameters

`text`

The text that you want to display. This value is assigned to the [`text`](/documentation/ClockKit/CLKSimpleTextProvider/text) property of your text provider object.

## Return Value

A text provider initialized with the specified content.

---

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)