- 赋值模型的时候,tableview的数据源dataArray,先进行清空,再进行赋值操作
cell setModel
if(self.dataArray.count > 0) {
[self.dataArray removeAllObjects];
}
2.cell'的复用机制去掉,根据[TemplateViewCell%ld%ld",indexPath.section,indexPath.row]进行
3.高度计算,采用类调用方法,传入模型
2.cell'的复用机制去掉,根据[TemplateViewCell%ld%ld",indexPath.section,indexPath.row]进行
3.高度计算,采用类调用方法,传入模型
本文标题:iOS tableViewCell嵌套tableview,c
本文链接:https://www.haomeiwen.com/subject/siehultx.html
网友评论