iosobjective-cuikituitoolbar

Transparent UIToolbar


I wrote the following code to make my toolbar transparent.

[mtoolbar setBackgroundColor:[UIColor clearColor]];

How do I make UIToolbar transparent?


Solution

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