Theme

public protocol Theme

The base theme protocol

All themes must conform to this protocol

  • Undocumented

    Declaration

    Swift

    var backgroundColor: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var textColor: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var primaryColor: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var tintColor: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var primaryFont: UIFont? { get }
  • Undocumented

    Declaration

    Swift

    var titleFont: UIFont? { get }
  • Undocumented

    Declaration

    Swift

    var barStyle: UIBarStyle? { get }
  • Undocumented

    Declaration

    Swift

    var barTintColor: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var prefersLargeTitles: Bool? { get }