//cell无数据时,不显示间隔线
2017-03-02 本文已影响13人
坤哥lqk
//cell无数据时,不显示间隔线
UIView *v = [[UIView alloc] initWithFrame:CGRectZero];
[tableView setTableFooterView:v];
//cell无数据时,不显示间隔线
UIView *v = [[UIView alloc] initWithFrame:CGRectZero];
[tableView setTableFooterView:v];