AnimatedCollectionViewLayout Versions Save

A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.

1.1.0

3 years ago

Changed

  • Fixed an issue where on iOS 14, changing contentView's frame property won't effect. This applies to ParallaxAttributesAnimator and CubeAttributesAnimator.
  • Updated the projects to use Xcode 12.

Removed

  • Dropped iOS 8 support.

1.0.1

4 years ago

Changed

  • Fixed an issue where UIKit will reset position but not anchor point of a content view.

1.0.0

4 years ago

Changed

  • Supported Swift Package Manager.

0.6.0

5 years ago

Released on 2019-03-27

Changed

  • Updated to support Swift 5.0.
  • Updated project to support Xcode 10.2.

0.5.0

5 years ago

Changed

  • Updated the sample project for Xcode 10 with Swift 4.2.
  • Now allowed subclassing AnimatedCollectionViewLayout.

0.4.0

5 years ago

This version supports Swift 4.2. If you want to use it with Swift 4.1 or below, use version 0.3.0.

0.3.0

6 years ago

Changed

  • Changed the deployment targets of both the library and the demo app to 8.0.
  • Fixed a bunch of Xcode warnings.

0.2.0

7 years ago

Added

  • Added SnapInAttributesAnimator. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
  • Added scrollDirection, startOffset, midOffset, endOffset as extra properties to AnimatedCollectionViewLayoutAttributes, d539aee9f8a7fff0913a3a2b41d51a41c1811db9
  • More documentations

Changed

  • [Breaking] Renamed PagerCollectionViewLayoutAttributes to AnimatedCollectionViewLayoutAttributes. 34cf7a8fa3b2264b52e489520c09ed4d08798b48
  • [Breaking] Renamed CrossFadeAttributeAnimator to CrossFadeAttributesAnimator. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
  • [Breaking] Renamed LinearCardAttributeAnimator to LinearCardAttributesAnimator. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
  • [Breaking] Renamed CubeAttributeAnimator to CubeAttributesAnimator. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
  • [Breaking] Renamed PageAttributeAnimator to PageAttributesAnimator. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
  • [Breaking] Removed position property from the animator delegate method and put it into AnimatedCollectionViewLayoutAttributes. d539aee9f8a7fff0913a3a2b41d51a41c1811db9

Removed

  • Removed TurnAttributesAnimator. 789e5100e5b2e9571ebcd04ac4192cc7760c9232

0.1.2

7 years ago
  • Fixed the issue that Cocoapods failed to include the Animators folder #2.

0.1.1

7 years ago

Changed

  • [Breaking] Changed ParallexAttributesAnimator to ParallaxAttributesAnimator