Button

open class Button : UIButton

UIButton subclass allowing Dynamic Type support with custom fonts.

Initialization

  • Undocumented

    Declaration

    Swift

    override public init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

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