3.0.0
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
andcollectionFooterModel
accessors forDTSectionModel
.
Breaking changes
DTStorage
protocol was renamed toDTStorageProtocol
.