Can I give a UIToolBar a custom background in my iPhone app?
Posted
by idimmu
on Stack Overflow
See other posts from Stack Overflow
or by idimmu
Published on 2009-12-21T16:28:48Z
Indexed on
2010/06/16
10:12 UTC
Read the original article
Hit count: 326
Is it possible to give a UIToolBar a custom background from an image rather than the usual tinted blue/black fade out?
I've tried giving the view a background and setting the opacity of the UIToolBar but that also affects the opacity of any UIBarButtons on it.
© Stack Overflow or respective owner