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

iOS 9 下得一个琵琶问题

时间:2015-12-21 15:32:01      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:

自定义UITableviewCell   

当设置

cell.selectionStyle = UITableViewCellSelectionStyleNone;  

在代理方法 

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{

    [tableView deselectRowAtIndexPath:indexPath animated:NO];

}

这个动画一定要设置为NO,不然触发Cell需要点击两次 

iOS 9 下得一个琵琶问题

标签:

原文地址:http://www.cnblogs.com/houtou118/p/5063386.html

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