UIKit.UIColor

extension UIKit.UIColor
  • The “AccentColor” asset catalog color.

    Declaration

    Swift

    static var accent: UIKit.UIColor { get }
  • The “Cell-Background” asset catalog color.

    Declaration

    Swift

    static var cellBackground: UIKit.UIColor { get }
  • The “Delete-Color” asset catalog color.

    Declaration

    Swift

    static var delete: UIKit.UIColor { get }
  • The “Final-Color” asset catalog color.

    Declaration

    Swift

    static var final: UIKit.UIColor { get }
  • The “Group-Number” asset catalog color.

    Declaration

    Swift

    static var groupNumber: UIKit.UIColor { get }
  • The “Paused-Color” asset catalog color.

    Declaration

    Swift

    static var paused: UIKit.UIColor { get }
  • The “Selected-Cell-Action-Color” asset catalog color.

    Declaration

    Swift

    static var selectedCellAction: UIKit.UIColor { get }
  • The “Selected-Cell-Background” asset catalog color.

    Declaration

    Swift

    static var selectedCellBackground: UIKit.UIColor { get }
  • The “Selected-Cell-Border” asset catalog color.

    Declaration

    Swift

    static var selectedCellBorder: UIKit.UIColor { get }
  • The “Start-Color” asset catalog color.

    Declaration

    Swift

    static var start: UIKit.UIColor { get }
  • The “Warn-Color” asset catalog color.

    Declaration

    Swift

    static var warn: UIKit.UIColor { get }

Thinnable Asset Support

  • Declaration

    Swift

    private convenience init?(thinnableResource: DeveloperToolsSupport.ColorResource?)