- (void)tableView:(UITableView *)tableView willDisplayHeaderView:(UIView *)view forSection:(NSInteger)section { view.tintColor = [UIColor clearColor];} 转载于:https://www.cnblogs.com/sunjianfei/p/6951035.html