UISearchDisplayController hide searchBar after searching
问题 I am using UISearchDisplayController to search from my list. But when I search a character, it hides searchBar . Here is the snapshot before I start searching: Here it hides searchBar like this: #pragma mark - UISearchDisplayController Delegate Methods //These methods will be used for search controller frame - (void)searchDisplayController:(UISearchDisplayController *)controller didHideSearchResultsTableView:(UITableView *)tableView { [[NSNotificationCenter defaultCenter] removeObserver:self