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 048f522 commit 84174c8Copy full SHA for 84174c8
Sources/LiveCollections/Classes/Public/Delegate/CollectionDataDelegate.swift
@@ -108,7 +108,7 @@ public extension CollectionDataAnimationDelegate {
108
return .preciseAnimations
109
}
110
111
- func animateAlongsideUpdate(with duration: TimeInterval) { }
+ func animateAlongsideUpdate(for state: CollectionDataAnimationState) { }
112
113
114
public extension CollectionSectionDataAnimationDelegate {
0 commit comments