CustomUIButtonDetailed

open class CustomUIButtonDetailed: CustomUIButton

CustomUIButton is a subclass of CustomUIButton.

it adds an extra label for detail with title on the UIButton.

  • Inspectable property for Button Detail text.

    Declaration

    Swift

    @IBInspectable open var detailText:String?
  • Detail text font style - ‘medium’ is default.

    Declaration

    Swift

    @IBInspectable open var dFontStyle:String = "medium"
  • Detail text Font color key from Sync Engine.

    Declaration

    Swift

    @IBInspectable open var dFontColorStyle:String?
  • Selected Detail text Font color key from Sync Engine.

    Declaration

    Swift

    @IBInspectable open var dSelectedFontColorStyle:String?
  • Undocumented

    Declaration

    Swift

    open class CustomUIButtonDetailed: CustomUIButton
  • Instance UILable for Detail Text.

    Declaration

    Swift

    public var detailLabel: BaseUILabel
  • Overridden property to handle layouts for different status.

    Declaration

    Swift

    override open var isSelected:Bool
  • Overridden methed to update layout.

    Declaration

    Swift

    override open func layoutSubviews()