I have a UISearchDisplayController that I've added in IB. How can I make its tableview grouped with rounded corners?
Seems like I can't unless I subclass it and change the tableview to the grouped type.