ASCollectionView Versions Save

A SwiftUI collection view with support for custom layouts, preloading, and more.

1.1.5

4 years ago
  • Adds support for constructing a custom NSItemProvider when a cell is dragged

1.1.4

4 years ago

Adds support for Headers/Footers in ASTableView

1.1.3

4 years ago
  • Adds extra configuration options to update layouts dynamically
    • See 'Adjustable Layout' in demo project

1.1.2

4 years ago
  • Minor refactoring
  • Preview of waterfall layout (work in progress)

1.1.1

4 years ago

Adds convenience initialiser for single-section collection view

1.1.0

4 years ago

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)

1.0.0

4 years ago

Some breaking API changes since v0.9.5

Adds support for selection and swiftUI editing mode Adds support for decoration views

0.9.5

4 years ago

0.9.3

4 years ago

Fixes #19, #23, #24

0.9.2

4 years ago

Fixes a bug reported by @janandre #18