NSIndexPath * indexPath = [NSIndexPath indexPathForRow:0 inSection:0];
//找到对应的cell
XHUserTableViewCell *nextCell = [_tableView cellForRowAtIndexPath:indexPath];
NSIndexPath * indexPath = [NSIndexPath indexPathForRow:0 inSection:0];
//找到对应的cell
XHUserTableViewCell *nextCell = [_tableView cellForRowAtIndexPath:indexPath];
本文标题:一句话找到TableView对应的cell
本文链接:https://www.haomeiwen.com/subject/btjvbxtx.html
网友评论