init(text:shortText:)
Creates and returns a text provider with both long and short versions of the text.
Declaration
convenience init(text: String, shortText: String?)Parameters
- text:
The text that you want to display. This value is assigned to the Text property of your text provider object.
- shortText:
A shorter version of the value in the
textparameter that conveys the same information.
Return Value
A text provider initialized with the specified content.