Skip to content

3.0.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 13 Oct 18:25
· 401 commits to main since this release

3.0 is a next major release of DTCollectionViewManager. Read all about changes in detail on a wiki page.

Features

  • Full Swift support, including swift model classes
  • Added convenience method to update section items
  • Added DTCollectionViewControllerEvents protocol, that allows developer to react to changes in datasource
  • Added several convenience method for UICollectionViewFlowLayout. The API for supplementary header and footer registration now matches the API of DTTableViewManager.
  • Added collectionHeaderModel and collectionFooterModel accessors for DTSectionModel.

Breaking changes

  • DTStorage protocol was renamed to DTStorageProtocol.