NamedColors

struct NamedColors

A struct that represents named colors as listed here

  • Subscript to access the named color. Must be one of the officially supported values listed here

    Declaration

    Swift

    subscript(index: String) -> CGColor? { get }