This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
Releases: apptekstudios/ASCollectionView
Releases · apptekstudios/ASCollectionView
V1.1.5
- Adds support for constructing a custom NSItemProvider when a cell is dragged
V1.1.4
Adds support for Headers/Footers in ASTableView
V1.1.3
- Adds extra configuration options to update layouts dynamically
- See 'Adjustable Layout' in demo project
V1.1.2
- Minor refactoring
- Preview of waterfall layout (work in progress)
V1.1.1
Adds convenience initialiser for single-section collection view
V1.1 - Improved layout API
NOTE: This breaks some code that was valid in V1.0 (too soon to be strictly semantic and jump to 2.0)
- This version improves upon the layout syntax to greatly simplify its use.
- This version provides a function that custom delegates can use to access underlying data for a particular index path (eg. to make use of sizing data stored in the model)
Version 1 Release
Some breaking API changes since v0.9.5
Adds support for selection and swiftUI editing mode
Adds support for decoration views
0.9.5 - Support for custom layout delegates, drag & drop
Refactor to add support for custom layout delegates, drag & drop, and…