码迷,mamicode.com
首页 > 移动开发 > 详细

UITableViewCell--iOS中cell实现高亮的方法

时间:2014-11-15 18:30:23      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   io   color   os   sp   div   log   

思路是在选中某个cell的时候立即取消选中,代码如下:

1 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
2 {
3     [tableView deselectRowAtIndexPath:indexPath animated:YES];
4     
5     // 其他          
6 }

 

UITableViewCell--iOS中cell实现高亮的方法

标签:des   style   blog   io   color   os   sp   div   log   

原文地址:http://www.cnblogs.com/lYcHeeM/p/4099729.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!