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

通过控件获取cell

时间:2014-10-09 22:41:57      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:os   ar   for   sp   on   bs   ui   table   return   

#pragma mark - 通过控件获取cell

-(UITableViewCell*)GetCellFromTableView:(UITableView*)tableView Sender:(id)sender {

    CGPoint pos = [sender convertPoint:CGPointZero toView:tableView];

    NSIndexPath *indexPath = [tableView indexPathForRowAtPoint:pos];

    return [tableView cellForRowAtIndexPath:indexPath];

}

通过控件获取cell

标签:os   ar   for   sp   on   bs   ui   table   return   

原文地址:http://www.cnblogs.com/jiackyan/p/4014223.html

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