读书人

用户抉择UITableView的某一行时不把该

发布时间: 2012-06-30 17:20:12 作者: rapoo

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

cell.selectionStyle = UITbableViewCellSelectionStyleNone??不高亮显示选中的单元格

读书人网 >移动开发

热点推荐