- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section{
returnself.searchController.searchBar;
}
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 28;
}
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{
return .1;
}
如果要以这种方式加载表头的话,那么表头、表尾的高度都要设置