In UISearchBar default a background view should present. How to hide that? I need only the search textview part, in UISearchBar.
[[searchBar.subviews objectAtIndex:0] removeFromSuperview];
1.4m articles
1.4m replys
5 comments
57.0k users