noahsark769 / ColorCompatibility

Use iOS 13+ system colors while defaulting to light colors on iOS <=12

Home Page:https://noahgilmore.com/blog/color-compatibility-pod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing .systemGray

johnclayton opened this issue · comments

It's present in your writeup, but not in the enum.

your write up has them in the table correctly, but the enum is missing a lot of colors, amongst them .systemGray and all the primary colors (red, yellow, green, ...)

See comment on #3 - this is because these colors were not introduced in iOS 13.

Closed this based on the comment in #3. Thanks!