UITraitCollection

public extension UITraitCollection
  • Trait collections for the various color spaces we support:

    1. Light Mode x Normal Contrast
    2. Light Mode x High Contrast
    3. Dark Mode x Normal Contrast
    4. Dark Mode x High Contrast Use this to iterate across all color spaces when unit testing your app’s colors.

    Declaration

    Swift

    static let allColorSpaces: [UITraitCollection]