Collection Update
Issue #119 This is about collection update, how to provide correct IndexPath and a simple diffing algorithm Excerpt from my talk at CocoaHeads, Oslo https://www.meetup.com/CocoaHeads-Oslo/events/244892347/ Slide https://speakerdeck.com/onmyway133/collection-update CollectionView It’s hard to imagine of any apps that don’t use Table View or CollectionView. And by CollectionView, I actually mean UICollectionView 😉 . Most of the time, we show something with response from backend, then potentially update and insert new items as data changed....