I wrote the following code to make my toolbar transparent.
[mtoolbar setBackgroundColor:[UIColor clearColor]];
How do I make UIToolbar
UIToolbar
You can set the property translucent to YES and see if this helps.
translucent
YES