Skip to content

Commit abd3e5c

Browse files
authored
added assertionFailure from TableFoldablePlugin (#190)
1 parent 7f44391 commit abd3e5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/Table/Plugins/PluginAction/TableFoldablePlugin.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ private extension TableFoldablePlugin {
5555
manager.insert(after: generator, new: childGenerators, with: .fade)
5656
} else if let manager = manager as? GravityTableManager {
5757
manager.addCellGenerators(childGenerators, after: generator)
58+
} else {
59+
assertionFailure("❗️The base manager cannot control the show/hide. Install ManualTableManager or GravityTableManager")
5860
}
5961
}
6062

0 commit comments

Comments
 (0)