Dwifft
Dwifft copied to clipboard
Swift Diff
Hi there, I'm trying to use this library with SPM (Swift Package Manager) but the Package.swift file contained at tag `0.9.0` is invalid. The one on the master branch however...
This is an automated pull request to sync changes between the public and private repos. :robot: This pull request should be merged (not squashed) to preserve continuity across repos, so...
This is an automated pull request to sync changes between the public and private repos. :robot: This pull request should be merged (not squashed) to preserve continuity across repos, so...
[]()
I've researched a lot regards to fix contentOffset after table dataSource has been updated. I couldn't find a way to do it with Dwifft. When `diffCalculator.row = self.data` is invoked...
SPM in Xcode 12 bumps minimum iOS deployment target to iOS 9, which produces warnings when trying to use Dwifft. This PR fixes that by deleting minimum supported platforms from...
Remove deprecated .swift-version file to pass pod lib lint validation
Hello, thank you for the awesome library! We depend on it on one of our libraries and recently we migrated to SPM. We currently need to reference (`master`) branch or...
I am using Dwifft with a custom class and I am not getting the expected result. It seems that the issue is because some of the variables of the class...