RxSwiftCommunity / RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No lazy loading with sectioned data?

alekop opened this issue · comments

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?