Diffable Datasource in Tableview and Collection view in iOS
UITableView and UICollectionView are the fundamental parts of UIKit. Till iOS 12, we used Datasource to handle tableview and collection views. So, both these UI components have some issues related to UI updates. Example: If we missed to reload the tableview...