We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eaa3a7 + 9d807df commit 9c1e698Copy full SHA for 9c1e698
Source/Table/Manager/ManualTableManager.swift
@@ -349,6 +349,7 @@ private extension ManualTableManager {
349
350
let indexPaths = generators.enumerated().map { IndexPath(row: $0.offset, section: sectionIndex) }
351
352
+ sections.registerAllIfNeeded(with: view, using: registrator)
353
modifier?.insertSectionsAndRows(at: [sectionIndex: indexPaths], with: animation.value)
354
}
355
0 commit comments