RSDUnderlinedButton

@IBDesignable
open class RSDUnderlinedButton : RSDButton, RSDViewDesignable

RSDUnderlinedButton is a UI element for displaying an underlined button.

  • Force all titles to be an attributed title.

    Declaration

    Swift

    override open func setTitle(_ title: String?, for state: UIControl.State)
  • Declaration

    Swift

    public private(set) var backgroundColorTile: RSDColorTile? {
      get
      }
  • Declaration

    Swift

    public private(set) var designSystem: RSDDesignSystem? {
      get
      }
  • Declaration

    Swift

    public func setDesignSystem(_ designSystem: RSDDesignSystem, with background: RSDColorTile)