Label

open class Label : UILabel

UILabel subclass allowing Dynamic Type support with custom fonts.

  • Line height multiple of the label.

    Declaration

    Swift

    @IBInspectable
    open var lineHeightMultiple: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    override open var text: String? { get set }
  • Undocumented

    Declaration

    Swift

    override open var lineBreakMode: NSLineBreakMode { get set }

Initialization

  • Undocumented

    Declaration

    Swift

    override public init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)

Dynamic type

  • Undocumented

    Declaration

    Swift

    override open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)