0

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?

staticVoidMan
  • 19,275
  • 6
  • 69
  • 98
mindbomb
  • 1,642
  • 4
  • 20
  • 35

1 Answers1

0

UISearchDisplayController is a bit broken in iOS7, especially on the iPad. Pete Steinberger has a blog post on fixing UISearchDisplayController that might help.

Simon
  • 25,468
  • 44
  • 152
  • 266