UITableViewStyleGrouped 模式下 headview 多出一块高度问题

self.tableView.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, self.tableView.bounds.size.width, 0.01f)];

原文地址:https://www.cnblogs.com/Keys/p/4582733.html