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

在didSelectRowAtIndexPath 里面取cell的方法

时间:2017-02-17 09:53:20      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:ctr   custom   xpath   select   定义   sel   方法   ids   tableview   

选中了tableview的cell的某一行

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

{

}

  

UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];

如果你是自定义的话就用下面这种

MyCustomCell *cell = (MyCustomCell *)[tableView cellForRowAtIndexPath:indexPath];

在didSelectRowAtIndexPath 里面取cell的方法

标签:ctr   custom   xpath   select   定义   sel   方法   ids   tableview   

原文地址:http://www.cnblogs.com/shitou123/p/6408395.html

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