获取view在cell 上每一行的内容

手势code UILongPressGestureRecognizer *press = [[UILongPressGestureRecognizer alloc]initWithTarget:self action:@selector(longTap:)]; [headImageView addGestureRecognizer:press]; 手势处理 - (void)longTap:
相关文章
相关标签/搜索