Skip to content

Table View

Diffable Data Source with Clean Architecture

In WWDC2019, Apple introduced Diffable Data Source as a new approach for providing data for table view and collection views. Apple’s video was explained using an interesting sample project. This article shows how to use diffable data source with clean architecture in mind. To do so, I apply clean architecture to the WiFi settings part of Apple´s sample project of WWDC19.