您的位置:首页 > 产品设计 > UI/UE

iosUITbleview获得指定section中的cell

2017-07-28 11:18 155 查看

首先知道了indexPatch的row和section

NSIndexPath *index  = [NSIndexPath indexPathForRow:indexPath.row inSection:0];
HTPersonalInfoTableViewCell *cell = [self.tableView cellForRowAtIndexPath:index];


之后就可以对cell进行操作了

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: