DTCollectionViewManager v3.0.0 Release Notes

  • ๐Ÿš€ 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.