如何去除cell系统的分割线呢?两句代码就行了
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
tableView.separatorColor = [UIColor clearColor];
如何去除cell系统的分割线呢?两句代码就行了
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
tableView.separatorColor = [UIColor clearColor];