找cell

作者: dslCoding | 来源:发表于2017-02-10 15:00 被阅读13次

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

    {

    NSSet*touches =[eventallTouches];

    UITouch*touch =[touchesanyObject];

    CGPointcurrentTouchPosition = [touchlocationInView:_tableView];

    NSIndexPath*indexPath= [_tableViewindexPathForRowAtPoint:currentTouchPosition];

    }

    相关文章

      网友评论

          本文标题:找cell

          本文链接:https://www.haomeiwen.com/subject/quigittx.html