-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Support for Diffable datasource #452
Comments
Please, explain. That request is very vague. |
Apple introduced Diffable datasources for TableViews and collectionviews from iOS 13 onwards. Instead of UITableViewDataSource, DiffableDatasource can be used. Which means that we should not explicitly call reloadData or performBatch updates. The diffable datasource will take care of things. So we need support for the developers who use diffable datasourece. WWDC link : https://developer.apple.com/videos/play/wwdc2019/220 |
@rizwan95 |
@whoyawn : Yes,
|
The comment above
So it shouldn't call the |
It would be great if the support for diffable datasource is given! @dzenbot
The text was updated successfully, but these errors were encountered: