I know this question has been asked before and i've been searching for hours now but I just can't find the answer. I want to change the color of the table that shows when u drag down the table on the absolute top as here:
The part between the searchbox and the segmented control. I'm not sure which element it is where I have to change the color. I tried everything I could find over the interface builder (table, searchbar, cell) and it seems like nothing can help. I read this post about changing the UITableView's background color but that also didn't do the job for me: Post about background colors
I know that when I usually change the color of the underlying view of the table that this background color changes, but not in this table so i thought something is might overlapping.
UPDATE I figured that this only happens when I add a search bar with search display controller, but I still dont know where to change the background color there.
So maybe someone could tell me which element it is that I'm trying to change.
Thanks in advance :)