码迷,mamicode.com
首页 > 其他好文 > 详细

tableView 有点击效果 但是不让选中的方法

时间:2017-04-07 18:06:44      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:path   pat   ctr   方法   ble   效果   dexp   des   反选   

//反选 点击的时候灰色 返回来的时候 又变回白色
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
[tableView deselectRowAtIndexPath:indexPath animated:YES];
}

tableView 有点击效果 但是不让选中的方法

标签:path   pat   ctr   方法   ble   效果   dexp   des   反选   

原文地址:http://www.cnblogs.com/hw-x/p/6679348.html

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