Transparent UIToolbar

er.mobileapp picture er.mobileapp · Jun 6, 2011 · Viewed 15k times · Source

I wrote the following code to make my toolbar transparent.

[mtoolbar setBackgroundColor:[UIColor clearColor]];

How do I make UIToolbar transparent?

Answer

Luke picture Luke · Jun 6, 2011

You can set the property translucent to YES and see if this helps.