首先知道了indexPatch的row和section
NSIndexPath *index = [NSIndexPath indexPathForRow:indexPath.row inSection:0];
HTPersonalInfoTableViewCell *cell = [self.tableView cellForRowAtIndexPath:index];
本文介绍了如何使用NSIndexPath获取特定行和节的cell,并展示了如何通过NSIndexPath实例化一个cell对象以便进一步的操作。
NSIndexPath *index = [NSIndexPath indexPathForRow:indexPath.row inSection:0];
HTPersonalInfoTableViewCell *cell = [self.tableView cellForRowAtIndexPath:index];
1万+

被折叠的 条评论
为什么被折叠?