RSDUnderlinedButton
@IBDesignable open class RSDUnderlinedButton : RSDButton
RSDUnderlinedButton is a UI element for displaying an underlined button.
-
The font used for the text button.
Declaration
Swift
@IBInspectable open var textFont : UIFont = UIFont.systemFont(ofSize: 17) -
Undocumented
Declaration
Swift
override public init(frame: CGRect) -
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder) -
Undocumented
Declaration
Swift
override open func prepareForInterfaceBuilder() -
Undocumented
Declaration
Swift
open func commonInit() -
Undocumented
Declaration
Swift
open override func tintColorDidChange() -
Force all titles to be an attributed title.
Declaration
Swift
override open func setTitle(_ title: String?, for state: UIControlState)
View on GitHub
RSDUnderlinedButton Class Reference