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

定制化的Cell, 如何获得NSIndexPath

时间:2015-05-18 16:29:10      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:

如果button是添加到cell.contentView上面的话,

UITableViewCell *cell = button.superview.superview;

NSIndexPath *index = [myTableView indexPathForCell:cell]; 

备注:
一直向上找它的superView直到superView为UITableViewCell,最多向上N次。
反正现在我这是这么处理的。
此外现在自定义cell,最好把所有的元素放进cell.contentView。

定制化的Cell, 如何获得NSIndexPath

标签:

原文地址:http://www.cnblogs.com/huangzs/p/4512060.html

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