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