相当于Android中的ListView的selector设置成空/透明的:
1.XIB设置
上图中的Selection设置成空
2.代码
UITableViewCell *cell;
......
......
cell.selectionStyle = UITableViewCellSelectionStyleNone;
相当于Android中的ListView的selector设置成空/透明的:
1.XIB设置
上图中的Selection设置成空
2.代码
UITableViewCell *cell;
......
......
cell.selectionStyle = UITableViewCellSelectionStyleNone;