Skip to content

Tags: diegostamigni/ASCollectionView

Tags

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2: Merge pull request apptekstudios#199 from apptekstudios/v1.8.0WIP

V2

ios14support

Toggle ios14support's commit message

1.7.1

Toggle 1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.7.1 (apptekstudios#153)

- Workaround for SwiftUI bug (viewDidAppear not being called inside scrollView)

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V1.7.0 (apptekstudios#150)

- Add support for setting scrollPosition through binding
- Improve function builders, support for unlimited number of static views, support for arrays
- Improve default self-sizing settings
- Support for automatic keyboard avoidance

1.6.3

Toggle 1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ASCollectionView-SwiftUI.podspec

1.6.2

Toggle 1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V1.6.2 (apptekstudios#141)

* Attach views in layoutSubviews (as apple does in some of their UI), fixes apptekstudios#130

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V1.6.1 (apptekstudios#140)

* Further refinement of cell lifecycle

* Workaround UICollectionViewCell bug

* Fix for animating layoutChange when `shouldInvalidateLayoutOnStateChange` is enabled

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request apptekstudios#139 from apptekstudios/v1.6candidate

V1.6

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request apptekstudios#127 from apptekstudios/dev

V1.5.0 candidate

1.4.2

Toggle 1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request apptekstudios#124 from apptekstudios/dev

Remove unnecessary code