I used the code below to set the height of header view of UITableView
- (CGFloat)tableView:(UITableView *)tableView
heightForHeaderInSection:(NSInteger)section
{
CGFloat height = 0.0; //
return height;
}
but it display abnormal, shown as below
there is a white block, your comment welcome