RxDataSources
RxDataSources copied to clipboard
No lazy loading with sectioned data?
The SectionModelType protocol initializer takes an array of items. My data source is a LazyCollection. Is there a way to lazy-load items in a section, without enumerating all of them?
Hi @alekop! Did you found a solution for using LazyCollection and RxDatasource together?