iOS tableview隐藏cell分割线
2019-06-13 本文已影响0人
Amuxiaomu
不显示tableView选中效果
tableView.separatorStyle = NO;
取消tableview 的cell选中状态
cell.selectionStyle = UITableViewCellSelectionStyleNone;
不显示tableView选中效果
tableView.separatorStyle = NO;
取消tableview 的cell选中状态
cell.selectionStyle = UITableViewCellSelectionStyleNone;