一句话找到TableView对应的cell
2017-11-30 本文已影响0人
lalala1112389
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];