Label

public struct Label

Representation of all customizable visual style property for UILabel.

  • The label primary color

    Declaration

    Swift

    public static var color: UIColor
  • The color to highlight errors

    Declaration

    Swift

    public static var errorColor: UIColor
  • The subtitle color

    Declaration

    Swift

    public static var subtitleColor: UIColor
  • The text color

    Declaration

    Swift

    public static var textColor: UIColor
  • The title font style

    Declaration

    Swift

    public static var titleFont: UIFont
  • The subtitle font style

    Declaration

    Swift

    public static var subtitleFont: UIFont
  • The footnote font style

    Declaration

    Swift

    public static var footnoteFont: UIFont
  • The text selection color

    Declaration

    Swift

    public static var textSelectionColor: UIColor