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.
1 parent ca4392f commit 31864daCopy full SHA for 31864da
Source/Table/Manager/ManualTableManager.swift
@@ -310,8 +310,7 @@ public class ManualTableManager: BaseTableManager {
310
/// - Parameters:
311
/// - oldGenerator: Generator that should be replaced. Must be in the DDM.
312
/// - newGenerator: Generator that should be added instead an old generator.
313
- /// - removeAnimation: Animation for remove action.
314
- /// - insertAnimation: Animation for insert action.
+ /// - removeInsertAnimation: Animation for remove and insert action.
315
open func replace(oldGenerator: TableCellGenerator,
316
on newGenerator: TableCellGenerator,
317
removeInsertAnimation: TableRowAnimationGroup = .animated(.automatic, .automatic)) {
0 commit comments