Skip to content

0.7

Compare
Choose a tag to compare
@kzaher kzaher released this 19 Apr 21:39
· 328 commits to main since this release

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 using rx_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.