tableView.separatorStyle = NO;//隐藏 tableView.separatorStyle = YES;显示
tableview 的cell选中状态设置
cell.selectionStyle = UITableViewCellSelectionStyleNone;
tableView.separatorStyle = NO;//隐藏 tableView.separatorStyle = YES;显示
tableview 的cell选中状态设置
cell.selectionStyle = UITableViewCellSelectionStyleNone;