You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should I apply these changes to the source array to get the target array? What is the order of changes? Inserts first then moves or different order? Or should I sort the ChangeSet somehow?
I want to implement the element's sizes cache and need to apply all these changes to an array of sizes.
Environment
Library version: "1.3.0"
Swift version: 5.7
iOS version: any
Xcode version: 14.2
Devices/Simulators: any
CocoaPods/Carthage version: any
The text was updated successfully, but these errors were encountered:
Checklist
Detailed Description (Include Screenshots)
So if I have only 1 section in my collection. And I have 2 arrays of elements:
And I get the
StagedChangeset
How should I apply these changes to the source array to get the target array? What is the order of changes? Inserts first then moves or different order? Or should I sort the
ChangeSet
somehow?I want to implement the element's sizes cache and need to apply all these changes to an array of sizes.
Environment
Library version: "1.3.0"
Swift version: 5.7
iOS version: any
Xcode version: 14.2
Devices/Simulators: any
CocoaPods/Carthage version: any
The text was updated successfully, but these errors were encountered: