Hey guys, I have a searchDisplayController that searches a UITableView that I have. After entering the search terms, I can see another UITableView that contains the search results. However, I want this UITableView to be GROUPED, not PLAIN (like it is by default).
Would anyone know how to do this?
Thanks alot!!