UISearchDisplayController table view overlapping search bar
问题 I have a UITableViewController subclass, displayed in a modal view on an iPad. The view controller has a UISearchDisplayController subclass with a UISearchBar included in the header view of the table. The subclassed UISearchDisplayController is called NoAnimationSearchDisplayController and I have overridden the - (void)setActive:(BOOL)visible animated:(BOOL)animated method to prevent the search bar from animating into the navigation bar when it's set to active. The method override is below...