Skip to content

Commit f53413b

Browse files
committed
add missed registration
1 parent e3f213f commit f53413b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/Table/Manager/ManualTableManager.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,10 @@ private extension ManualTableManager {
442442
at sectionIndex: Int,
443443
with animation: TableRowAnimation) {
444444

445+
generators.forEach {
446+
$0.registerCell(in: view)
447+
}
448+
445449
self.sections.insert(header, at: sectionIndex)
446450
self.generators.insert(generators, at: sectionIndex)
447451

0 commit comments

Comments
 (0)