new UITextField()
Creates a new text field view instance.
constructor(placeholder?: StringConvertible, value?: string);
Related
class UITextField
A view class that represents a text field control.
Creates a new text field view instance.
constructor(placeholder?: StringConvertible, value?: string);