How Can I Define a Custom Color That Is Available Both Programmatically And In IB?

Viewed 1629

I want to be able to define a custom color in a single place and then have access to it both programmatically and in Interface Builder. For coding I could create a UIColor extension. For visual designing in IB I could create a custom color palette. What is the best technique that will simultaneously work with both?

4 Answers
Related