Trying to overhaul an app to iOS7, I encountered that the UISearchDisplayController
plugged in a UITableViewController
behavior has changed.
It will no longer hide the full UITableView
that contains all the data below it.
Instead, it will strangely overlap it with the results or the 'no results' message, showing the cells with the data that should not be shown but without the ability to move/scroll it (only the results, if any).
what gives?