Skip to content

Commit a42fc5c

Browse files
committed
add more foldable cells to example
1 parent accfc2a commit a42fc5c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Example/ReactiveDataDisplayManager/Table/FoldableTableViewController/FoldableTableViewController.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)