diff --git a/docs/Classes/CollectionViewDiffableDataSource.html b/docs/Classes/CollectionViewDiffableDataSource.html index ed97757..ba23473 100644 --- a/docs/Classes/CollectionViewDiffableDataSource.html +++ b/docs/Classes/CollectionViewDiffableDataSource.html @@ -235,9 +235,9 @@ changes with automatic diffing.
Swift
-public func apply(_ snapshot: DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true)
+ public func apply(_ snapshot: DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true, completion: (() -> Void)? = nil)
+ completion
+
+ An optional completion block which is called when the complete + performing updates.
+