UITableViewCell去掉点击效果
摘要:
相当于Android中的ListView的selector设置成空/透明的:1.XIB设置上图中的Selection设置成空2.代码UITableViewCell *cell;............cell.selectionStyle = UITableViewCellSelectionStyleNone; 阅读全文
posted @ 2013-01-04 14:42 梦书 阅读(29671) 评论(0) 推荐(0) 编辑