Open alekop opened 4 years ago
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?
SectionModelType
LazyCollection
Hi @alekop! Did you found a solution for using LazyCollection and RxDatasource together?
The
SectionModelType
protocol initializer takes an array of items. My data source is aLazyCollection
. Is there a way to lazy-load items in a section, without enumerating all of them?