Search code examples
iphoneobjective-ccocoa-touchuitableviewuisearchdisplaycontroller

How can I make a UISearchDisplayController tableview rounded?


I have a UISearchDisplayController that I've added in IB. How can I make its tableview grouped with rounded corners?


Solution

  • Seems like I can't unless I subclass it and change the tableview to the grouped type.