We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7074f7 commit 7df9d98Copy full SHA for 7df9d98
ZHTableViewGroupExample/ZHTableViewGroupObjc/ZHTableViewDataSource.m
@@ -241,6 +241,7 @@ + (UITableViewHeaderFooterView *)viewForFooterInSectionWithDataSource:(ZHTableVi
241
242
- (void)clearData {
243
[self.groups removeAllObjects];
244
+ [_cellCache removeAllObjects];
245
}
246
247
+ (UITableViewHeaderFooterView *)viewHeaderFooterInSectionWithDtaSource:(ZHTableViewDataSource *)dataSource
0 commit comments