IGListKit v2.1.0 Release Notes

Release Date: 2017-01-04 // over 7 years ago
  • 🚀 This release closes the 2.1.0 milestone.

    ✨ Enhancements

    🛠 Fixes

    • Avoid UICollectionView crashes when queueing a reload and insert/delete on the same item as well as reloading an item in a section that is animating. Ryan Nystrom (#325)

    • ⚡️ Prevent adapter data source from deallocating after queueing an update. Ryan Nystrom (4cc91a2)

    • 🛠 Fix out-of-bounds bug when child section controllers in a stack remove cells. Ryan Nystrom (#358)

    • 🛠 Fix a grid layout bug when item has full-width and iter-item spacing is not zero. Bofei Zhu (#361)