[self hideExcessLine:self.tableView];
-(void)hideExcessLine:(UITableView *)tableView{
UIView *view=[[UIView alloc] init];
view.backgroundColor=[UIColor clearColor];
[tableView setTableFooterView:view];
}
[self hideExcessLine:self.tableView];
-(void)hideExcessLine:(UITableView *)tableView{
UIView *view=[[UIView alloc] init];
view.backgroundColor=[UIColor clearColor];
[tableView setTableFooterView:view];
}

被折叠的 条评论
为什么被折叠?