Header view is not display after search iOS8 + XCode6
问题 I have working application for iOS7 and below I used UISearchDisplayController for search in table. Problem : After search header view is not display in iOS8. as display in below images. Before search : After search : I tried using UISearchController but also have same problem i used this code link I add below code in TPSMastreViewController.m - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIView *v = [[UIView alloc] init]; v.backgroundColor =