ArrayDiff icon indicating copy to clipboard operation
ArrayDiff copied to clipboard

A Swift utility to make updating table views/collection views trivially easy and reliable.

Results 4 ArrayDiff issues
Sort by recently updated
recently updated
newest added

Just ran through Swift 3.0 migration utility

Doppelganger (https://github.com/Wondermall/Doppelganger) is able to move the items. It would be nice to move items instead of remove and re adding them

In order to migrate and test our app to Swift 2.3/3.0 prior to the release of Xcode 8 and iOS 10, all of our dependencies need to be migrated first....

We should move `ThrashingDataSource` from the Example project into the framework itself and use it to power unit tests.