`

UITableView 隐藏多余的Cell的分割线

 
阅读更多
- (void)setExtraCellLineHidden: (UITableView *)tableView
{
    UIView *view = [UIView new];
    view.backgroundColor = [UIColor clearColor];
    [tableView setTableFooterView:view];
}

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics