DTTableViewManager v2.7.0 Release Notes

  • 🚀 This is a release, that is targeted at improving code readability, and reducing number of classes and protocols inside DTTableViewManager architecture.

    💥 Breaking changes

    • 🚚 DTTableViewMemoryStorage class was removed. It's methods were transferred to DTMemoryStorage+DTTableViewManagerAdditions category.
    • ⚡️ DTTableViewStorageUpdating protocol was removed. It's methods were moved to DTTableViewController.

    🔋 Features

    • 0️⃣ When using DTCoreDataStorage, section titles are displayed by default, if NSFetchedController was created with sectionNameKeyPath property.