I don't know the answer to your question directly, since I have completely failed to master Interface Builder - it's been much easier for me to create my interface elements in code.
If I want to match a UIColor like [ UIColor redColor ] to a HTML color, I'll do this:
- Take a screen shot of my application, showing the color.
- Pull up Grab or your favourite screen capture utility. (There's one built into the OS that doesn't need grab, but I can never remember the cryptic key sequence needed to run it).
- Make the screen capture and Edit/Copy it
- Paste it into Photoshop or your favourite image editor.
- Use the eyedropper tool to pick the color.
- Pull up the color picker. In Photoshop, you will see the hex color on the lower corner of the picker, right next to the color well.
I know it's a bit eccentric but it does work. I think you can use Photoshop Elements if you can't afford Photoshop
Hope that helps.
D
Hope that helps.
D
|