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 ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Set the same background to the view where's the tableview too. Hope it helps, Mário |
|||
|
|
|
The problem is that once you start searching, searchbar has its own tableview which it uses to display the search results. I'm not sure of any way to get a handle to that tableview so that the color can be changed. |
|||
|
|