views:

242

answers:

2

I've setup some background colors for my Labels in order to position them. Now that they are well in place, I vould like to reset their background color to none, or clearColor.

But I don't find any way to achieve this in IB, I don't gind any "no color" color...

Any way to do this without re-coding color at runtime?

Thanks, Jérémy

A: 

Can you give an alpha value? Try making it transparent :)

ZeissS
That's what I did for now, but I was thinking that revert it back to its default state was better.
jchatard
+2  A: 

Set Opecity = 0 in Background option in IB

Reena