Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sharing a Colour Palette in xcode

Is there a simple way in xcode/interface builder to share a color palette with other users. For instance if you work in an organisation and you want to include all your brand-colours for all projects to use?

I noticed that the Colour Palette in Interface Builder has the option to "Open Color Palette" but I cant see any reference to save one out?

When I say "color palette" I am just referring to a group of individual colors

like image 294
joneswah Avatar asked Apr 08 '11 05:04

joneswah


People also ask

How do I add a color palette in Xcode?

Click the gear and New to make a new custom color palette. You can name it whatever you want. Then click the plus (+) button to add a new color and name it. Use the color picker tool to set the color.

How do I add custom colors to Xcode?

Create a Color SetIn the Project navigator, select the Colors. xcassets asset catalog. Choose New Color Set from the Add button (+) menu at the bottom of the outline view, or choose Editor > Add Assets > New Color Set.


1 Answers

If you look in ~/Library/Colors, you will find any custom color palettes that you have created.

like image 152
Damian Carrillo Avatar answered Sep 21 '22 11:09

Damian Carrillo