EditDistance

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

by

Comments

Leave a Reply