File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Example/ReactiveDataDisplayManager/Table/FoldableTableViewController Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,18 @@ private extension FoldableTableViewController {
5656 // Add foldable cell generator to adapter
5757 adapter. addCellGenerator ( makeFoldableCellGenerator ( id: " 2 " ) )
5858
59+ // Add foldable cell generator to adapter
60+ adapter. addCellGenerator ( makeFoldableCellGenerator ( id: " 3 " ) )
61+
62+ // Add foldable cell generator to adapter
63+ adapter. addCellGenerator ( makeFoldableCellGenerator ( id: " 4 " ) )
64+
65+ // Add foldable cell generator to adapter
66+ adapter. addCellGenerator ( makeFoldableCellGenerator ( id: " 5 " ) )
67+
68+ // Add foldable cell generator to adapter
69+ adapter. addCellGenerator ( makeFoldableCellGenerator ( id: " 6 " ) )
70+
5971 // Tell adapter that we've changed generators
6072 adapter. forceRefill ( )
6173 }
You can’t perform that action at this time.
0 commit comments