What I mean is this. I am creating a lot of color schemes to use.
All schemes are like themes for objects. For example, colors for text labels, background colors for elements, etc. So, my idea was to create different .xcassets
. All .xcassets
would have the colors with the same name. I switch the .xcassets
and the colors change.
Is there a way to do that?