如何去除cell系统的分割线呢?两句代码就行了
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
tableView.separatorColor = [UIColor clearColor];
如何去除cell系统的分割线呢?两句代码就行了
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
tableView.separatorColor = [UIColor clearColor];
本文标题:去掉tableviewcell的系统分割线
本文链接:https://www.haomeiwen.com/subject/cersmttx.html
网友评论