Skip to content

Releases: KelvinJin/AnimatedCollectionViewLayout

Xcode 12 and iOS 14

20 Sep 07:05
Compare
Choose a tag to compare

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.

AnchorPoint

03 Dec 01:58
Compare
Choose a tag to compare

Changed

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

SPM

18 Oct 02:42
Compare
Choose a tag to compare
SPM

Changed

  • Supported Swift Package Manager.

Swift 5

27 Mar 02:19
Compare
Choose a tag to compare

Released on 2019-03-27

Changed

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

Subclassing

30 Nov 11:33
Compare
Choose a tag to compare

Changed

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

Xcode 10 with Swift 4.2

19 Sep 01:26
Compare
Choose a tag to compare

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

12 May 00:24
Compare
Choose a tag to compare

Changed

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

The Shaping

23 Feb 01:05
Compare
Choose a tag to compare

Added

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

Changed

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

Removed

  • Removed TurnAttributesAnimator. 789e510

Oh boy!

17 Feb 04:25
Compare
Choose a tag to compare
  • Fixed the issue that Cocoapods failed to include the Animators folder #2.

The Whoops

09 Feb 11:05
Compare
Choose a tag to compare

Changed

  • [Breaking] Changed ParallexAttributesAnimator to ParallaxAttributesAnimator