I create an interface in the interface builder and see that there are many color palettes for choosing the font and background colors:
background color>other>color widget 3rd tab > Palette
Some of them have strange names, such as "Ice", "Sky", etc.
From my code, I have access to
[UIColor blueColor]; [UIColor cyanColor];
Is there a way to access these extra colors by name from my code? For example,
//Is there a method call that does something like this? [Color colorNamed:@"Ice" inPalette:@"Apple"];
Thanks!
Alex stone
source share