RxDataSources
RxDataSources copied to clipboard
A question for the RxTableViewSectionedReloadDataSource
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?
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.