一句话找到TableView对应的cell

NSIndexPath * indexPath = [NSIndexPath indexPathForRow:0 inSection:0];
//找到对应的cell
XHUserTableViewCell *nextCell = [_tableView cellForRowAtIndexPath:indexPath];

你可能感兴趣的:(一句话找到TableView对应的cell)