new UIText()
Creates a new text view object with the specified text.
constructor(text?: StringConvertible);
Related
class UIText
A view class that represents a text element.
Creates a new text view object with the specified text.
constructor(text?: StringConvertible);