I have a UIView with a backGroundColor scheme to it.
I have UILabel on top of it.
But the UILabel backGroundColor covers up the UIView backGroundColor.
How do I prevent this. Can I make the backGroundColor for the UILabel seeThrough to let the other color come through but still let the UILabel text show?
thx
If I understand it right, you have to set the UILabel’s background color to clearcolor like so