EditDistance is one of the incremental update tool for UITableView and UICollectionView.
Features:
- You don’t need to calculate diff manually.
- You can choose any diff algorithm as you like.
- You don’t need to call reloadRows(at:with:) and performBatchUpdates(_:completion:) anymore.
- minimum implimentation for incremental update

Leave a Reply
You must be logged in to post a comment.