init(text:)
Creates and returns a text provider with the specified long form text.
Declaration
convenience init(text: String)Parameters
- text:
The text that you want to display. This value is assigned to the Text property of your text provider object.
Return Value
A text provider initialized with the specified content.