インターフェイス ビルダー内でインターフェイスを構築していますが、フォントと背景色を選択するために使用できるさまざまなカラー パレットがあることがわかります。
background color>other>color widget 3rd tab > Palette
それらのいくつかは、「氷」、「空」などの奇妙な名前を持っています.
私のコードからアクセスできます
[UIColor blueColor];
[UIColor cyanColor];
コードからこれらの追加の色に名前でアクセスする方法はありますか? 例えば、
//Is there a method call that does something like this?
[Color colorNamed:@"Ice" inPalette:@"Apple"];
ありがとうございました!