UIButton
public extension UIButton
-
Sets button’s title for control state normal without animations
Declaration
Swift
func setTitle(_ title: String?)
-
Scale button title font for screen
Declaration
Swift
@IBInspectable var fitScreenSize: Bool { get set }
-
Underlying label number of lines
Declaration
Swift
@IBInspectable var lines: Int { get set }
-
Undocumented
See moreDeclaration
Swift
enum ButtonState
-
Undocumented
Declaration
Swift
func configure(buttonState: ButtonState)