找cell

- (void)digAction:(UIButton*)btn event:(id)event

{

NSSet*touches =[eventallTouches];

UITouch*touch =[touchesanyObject];

CGPointcurrentTouchPosition = [touchlocationInView:_tableView];

NSIndexPath*indexPath= [_tableViewindexPathForRowAtPoint:currentTouchPosition];

}

你可能感兴趣的:(找cell)