0.7
Interface changes
- Adds required initializer to
SectionModelType.init(original: Self, items: [Item])
to support moving of table rows with animation. rx_itemsAnimatedWithDataSource
deprecated in favor of just usingrx_itemsWithDataSource
.
Features
- Adds new example how to use delegates and reactive data sources to customize look.
Anomalies
- Fixes problems with moving rows and animated data source.