DynamicTypeButton

@IBDesignable
class DynamicTypeButton : UIButton

Undocumented

  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var cornerRadius: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var dynamicTypeSize: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var dynamicTypeWeight: String { get set }
  • Undocumented

    Declaration

    Swift

    override func prepareForInterfaceBuilder()
  • Undocumented

    Declaration

    Swift

    override func awakeFromNib()
  • Undocumented

    Declaration

    Swift

    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)