用户抉择UITableView的某一行时不把该行高亮显示
用户选择UITableView的某一行时不把该行高亮显示
cell.selectedBackgroundView = [[[UIView alloc] initWithFrame:cell.frame] autorelease];
cell.selectedBackgroundView.backgroundColor = [UIColor clearColor];
cell.selectedBackgroundView.backgroundColor = [UIColor clearColor];
cell.selectionStyle = UITbableViewCellSelectionStyleNone 不高亮显示选中的单元格