Expand `CellParentViewProtocol` API for dequeuing and registering cells, implement auto-registration?
jessesquires opened this issue · 1 comments
jessesquires commented
A concept that evolved in ReactiveLists (and inspired by this) is auto-registering cells and registering/dequeuing through a totally unified interface.
-
In addition to
CellType
, supportSupplementaryType
inCellParentViewProtocol
-
Unify registration methods. See CellContainerViewProtocol
-
We only support
reuseIdentifier
inReusableViewProtocol
, but we should accommodate all types of registration. See ViewRegistrationInfo. -
DataSourceProvider
should register cells for you. It currently doesn't.
jessesquires commented
This library is now deprecated.
See announcement:
https://www.jessesquires.com/blog/2020/04/14/deprecating-jsqdatasourceskit/