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