标签: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];
}
标签:os ar for sp on bs ui table return
原文地址:http://www.cnblogs.com/jiackyan/p/4014223.html