首页 > 其他 > 详细

通过indexPath找到对应的cell

时间:2016-01-12 13:37:49      阅读:183      评论:0      收藏:0      [点我收藏+]

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

这个方法中通过indexPath找到对应的cell,可以用UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]来获取

通过indexPath找到对应的cell

原文:http://www.cnblogs.com/cityingma/p/5123946.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!