DTCollectionViewManager v2.7.0 Release Notes

  • ๐Ÿš€ This is a release, that is targeted at improving code readability, and reducing number of classes and protocols inside DTCollectionViewManager architecture.

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿšš DTCollectionViewMemoryStorage class was removed. It's methods were transferred to DTMemoryStorage+DTCollectionViewManagerAdditions category.
    • โšก๏ธ DTCollectionViewStorageUpdating protocol was removed. It's methods were moved to DTCollectionViewController.

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ When using DTCoreDataStorage, section titles are displayed as headers by default(UICollectionElementKindSectionHeader), if NSFetchedController was created with sectionNameKeyPath property.