UITableViewCell去掉点击效果

原文地址为: UITableViewCell去掉点击效果

相当于Android中的ListView的selector设置成空/透明的:

1.XIB设置

UITableViewCell去掉点击效果_第1张图片

上图中的Selection设置成空

2.代码

UITableViewCell *cell;
......
......
cell.selectionStyle = UITableViewCellSelectionStyleNone;

 


转载请注明本文地址: UITableViewCell去掉点击效果

你可能感兴趣的:(view,效果,BLE)