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.

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|improve this question

2 Answers

up vote 2 down vote accepted

Set the same background to the view where's the tableview too.

Hope it helps, Mário

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.