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];
2.1m questions
2.1m answers
60 comments
57.0k users