RxDataSources icon indicating copy to clipboard operation
RxDataSources copied to clipboard

A question for the RxTableViewSectionedReloadDataSource

Open lzhlewis2015 opened this issue 6 years ago • 1 comments

If i only use the RxTableViewSectionedReloadDataSource to do the databinding on tableview, will it also calculate the diff before and after the datasource change? or just reload the tableview every time?

lzhlewis2015 avatar Oct 30 '19 08:10 lzhlewis2015

If you look through the code, it simply calls reloadData for every change.

Which is more performant than calculating diffs and applying them with tableView.performBatchUpdates.

lordzsolt avatar Jan 15 '20 22:01 lordzsolt