How to define colors in XCodes' Interface Builder?
Posted
by favo
on Stack Overflow
See other posts from Stack Overflow
or by favo
Published on 2010-05-22T19:32:48Z
Indexed on
2010/05/22
19:40 UTC
Read the original article
Hit count: 245
Hi,
I would like to copy colors between elements in the interface builder or define them using RGB values.
I.e. copy the background color of a button to another button without duplicating the button.
Or: Enter an exact RGB code using the interface builder.
Currently I can do this only programmatically but the interface builder is meant to design the GUI, so there must be such possibilities.
Thank you all in advance for your answers.
© Stack Overflow or respective owner