ios tableview分组间距

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
//    ios tableview分组间距
    self.tableView.sectionFooterHeight=0;
    self.tableView.sectionHeaderHeight=0;
......
}

 

posted on 2017-11-17 11:14  高彰  阅读(981)  评论(0)    收藏  举报

导航