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

Releases: apptekstudios/ASCollectionView

V1.1.5

Choose a tag to compare

@apptekstudios apptekstudios released this 13 Nov 11:07
  • Adds support for constructing a custom NSItemProvider when a cell is dragged

V1.1.4

Choose a tag to compare

@apptekstudios apptekstudios released this 11 Nov 08:37
4f33e4b

Adds support for Headers/Footers in ASTableView

V1.1.3

Choose a tag to compare

@apptekstudios apptekstudios released this 10 Nov 22:45
4a758bb
  • Adds extra configuration options to update layouts dynamically
    • See 'Adjustable Layout' in demo project

V1.1.2

Choose a tag to compare

@apptekstudios apptekstudios released this 08 Nov 11:28
6e84389
  • Minor refactoring
  • Preview of waterfall layout (work in progress)

V1.1.1

Choose a tag to compare

@apptekstudios apptekstudios released this 06 Nov 23:08
2d712d2

Adds convenience initialiser for single-section collection view

V1.1 - Improved layout API

Choose a tag to compare

@apptekstudios apptekstudios released this 06 Nov 05:53
eb2d32c

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

Choose a tag to compare

@apptekstudios apptekstudios released this 05 Nov 01:31
79510c3

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

Choose a tag to compare

@apptekstudios apptekstudios released this 31 Oct 02:01
901de00
Refactor to add support for custom layout delegates, drag & drop, and…

V0.9.3 - refinements and bug fixes

Choose a tag to compare

@apptekstudios apptekstudios released this 22 Oct 12:39
16657fa

Fixes #19, #23, #24

v0.9.2

Choose a tag to compare

@apptekstudios apptekstudios released this 20 Oct 22:21
6e5a754

Fixes a bug reported by @janandre #18