Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Releases: apptekstudios/ASCollectionView

V1.1.5

13 Nov 11:07
Compare
Choose a tag to compare
  • Adds support for constructing a custom NSItemProvider when a cell is dragged

V1.1.4

11 Nov 08:37
4f33e4b
Compare
Choose a tag to compare

Adds support for Headers/Footers in ASTableView

V1.1.3

10 Nov 22:45
4a758bb
Compare
Choose a tag to compare
  • Adds extra configuration options to update layouts dynamically
    • See 'Adjustable Layout' in demo project

V1.1.2

08 Nov 11:28
6e84389
Compare
Choose a tag to compare
  • Minor refactoring
  • Preview of waterfall layout (work in progress)

V1.1.1

06 Nov 23:08
2d712d2
Compare
Choose a tag to compare

Adds convenience initialiser for single-section collection view

V1.1 - Improved layout API

06 Nov 05:53
eb2d32c
Compare
Choose a tag to compare

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

05 Nov 01:31
79510c3
Compare
Choose a tag to compare

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

31 Oct 02:01
901de00
Compare
Choose a tag to compare
Refactor to add support for custom layout delegates, drag & drop, and…

V0.9.3 - refinements and bug fixes

22 Oct 12:39
16657fa
Compare
Choose a tag to compare

v0.9.2

20 Oct 22:21
6e5a754
Compare
Choose a tag to compare

Fixes a bug reported by @janandre #18