- (void)digAction:(UIButton*)btn event:(id)event
{
NSSet*touches =[eventallTouches];
UITouch*touch =[touchesanyObject];
CGPointcurrentTouchPosition = [touchlocationInView:_tableView];
NSIndexPath*indexPath= [_tableViewindexPathForRowAtPoint:currentTouchPosition];
}
网友评论