不显示tableView选中效果
tableView.separatorStyle = NO;
取消tableview 的cell选中状态
cell.selectionStyle = UITableViewCellSelectionStyleNone;
不显示tableView选中效果
tableView.separatorStyle = NO;
取消tableview 的cell选中状态
cell.selectionStyle = UITableViewCellSelectionStyleNone;