小编wtf*_*wer的帖子

滚动时表格视图单元消失

这个问题不一定会出现

有时滑动时消失有时不消失

更多信息请点击此处

点击显示 gif

点击显示故事板 png

代码

HSubjectCell *cell = [tableView dequeueReusableCellWithIdentifier:kSubjectCellIdentifier forIndexPath:indexPath];
_subjectView = cell;
cell.delegate = self;
cell.subject = self.subjectArr[indexPath.section - 3];
return cell;
Run Code Online (Sandbox Code Playgroud)

objective-c uitableview tablecellrenderer reuseidentifier ios

4
推荐指数
1
解决办法
4614
查看次数