Video Tutorial - Intro to Diffable Data Source | Search with Combine
Published at Oct 29, 2020
In this video, we're going to learn all about diffable data source from scratch:
- Implement list in Collection View with Diffable Data Source And snapshot
- Randomize the data source array and update the snapshot with smooth diffing animation.
- Search the character within the data source using Combine PassthroughSubject to publish and observe the text to be filtered using the debounce operator.