init(text:shortText:accessibilityLabel:)
Creates and returns a text provider with the text strings and an accessible string.
Declaration
convenience init(text: String, shortText: String?, accessibilityLabel: String?)Parameters
- text:
The text that you want to display.
- shortText:
A shorter version of the value in the
textparameter that conveys the same information. - accessibilityLabel:
A succinct string that identifies the purpose of the text.
Return Value
A text provider initialized with the specified content.