please look at the following screenshot.
It shows a UITableviewController with a UISearchdisplayController in the view header. I have set the background color of the table view to a somehow white color (see the below area). However the area above the UISearchbar does not have the same color (gray). How can I set / change this color? I tried different approaches like:
- Adding additional subview
- Seachbar background color
- ...
But till now i have had no success. Can anybody help me? Thanks in advance.