I'm trying to set the background color of a UIToolBar
.
I tried selecting the color from IB's Attribute Inspector, and tried setting it programmatically through setBackgroundColor:[UIColor ...]
.
Both solutions work, but only partially: the color blends something like 50% with white and the toolbar is very light...doesn't show the color I actually chose, but a much lighter version of it.
How can I have the UIToolBar
of the actual color I'm choosing?
It's probably very simple to solve, but I can't find a way and can't find answers online either.
question from:
https://stackoverflow.com/questions/19401507/uitoolbar-setbackgroundcolor-doesnt-fully-change-color 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…