I wrote the following code to make my toolbar transparent.
[mtoolbar setBackgroundColor:[UIColor clearColor]];
How do I make UIToolbar
UIToolbar
for (UIView * sv in [toolBar subviews]) { [sv removeFromSuperview]; }
;) any iOs