ios tableview分组间距

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
//    ios tableview分组间距
    self.tableView.sectionFooterHeight=0;
    self.tableView.sectionHeaderHeight=0;
......
}
原文地址:https://www.cnblogs.com/gaozhang12345/p/7850645.html