i am developing an app contains an UITableView and a search bar. I set clear color to the background of the the UITableView, but while i am searching an item in the search bar the TableView background color turns to white. How can i avoid this problem ?
Share
Set the same background to the view where’s the tableview too.
Hope it helps, Mário