I\'ve run into this really strange phenomenon that I can\'t quite figure out. I have a UITableViewController that manages a UITableView. Pretty simple. I also have a UISearch
Our solution is to do the following. It has only been tested in iOS 7:
viewForHeaderInSection
self.searchDisplayController.active
didHideSearchResultsTableView
[self.tableView reloadData]