plangrid / ReactiveLists

React-like API for UITableView & UICollectionView
https://plangrid.github.io/ReactiveLists
MIT License
251 stars 15 forks source link

Create datasource for cells to make lazy-loading possible for collections #216

Closed Daniel-Juarez closed 1 year ago

Daniel-Juarez commented 1 year ago

Changes in this pull request

Adding a CollectionCellViewModelDataSource to to make lazy-loading for CollectionView, currently we only support this for TableViews. This will allow to do pagination on Collection Views too.

[Currently a WIP]

Checklist