All notable changes to this project will be documented in this file.
AnimatedCollectionViewLayout
adheres to Semantic Versioning.
Released on 2020-09-20
- 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.
- Dropped iOS 8 support.
- Fixed an issue where UIKit will reset position but not anchor point of a content view.
Released on 2019-10-16
- Supported Swift Package Manager.
Released on 2019-03-27
- Updated to support Swift 5.0.
- Updated project to support Xcode 10.2.
Released on 2018-11-30
- Updated the sample project for Xcode 10 with Swift 4.2.
- Now allowed subclassing AnimatedCollectionViewLayout.
Released on 2018-09-19
- Updated for Xcode 10 with Swift 4.2.
Released on 2017-05-12
- Changed the deployment targets of both the library and the demo app to 8.0.
- Fixed a bunch of Xcode warnings.
Released on 2017-02-23
- Added
SnapInAttributesAnimator
. cddea2f75517fc0ef3e63d05fd2e07c46708fb21 - Added
scrollDirection
,startOffset
,midOffset
,endOffset
as extra properties toAnimatedCollectionViewLayoutAttributes
, d539aee9f8a7fff0913a3a2b41d51a41c1811db9 - More documentations
- [Breaking] Renamed
PagerCollectionViewLayoutAttributes
toAnimatedCollectionViewLayoutAttributes
. 34cf7a8fa3b2264b52e489520c09ed4d08798b48 - [Breaking] Renamed
CrossFadeAttributeAnimator
toCrossFadeAttributesAnimator
. cddea2f75517fc0ef3e63d05fd2e07c46708fb21 - [Breaking] Renamed
LinearCardAttributeAnimator
toLinearCardAttributesAnimator
. cddea2f75517fc0ef3e63d05fd2e07c46708fb21 - [Breaking] Renamed
CubeAttributeAnimator
toCubeAttributesAnimator
. cddea2f75517fc0ef3e63d05fd2e07c46708fb21 - [Breaking] Renamed
PageAttributeAnimator
toPageAttributesAnimator
. cddea2f75517fc0ef3e63d05fd2e07c46708fb21 - [Breaking] Removed position property from the animator delegate method and put it into
AnimatedCollectionViewLayoutAttributes
. d539aee9f8a7fff0913a3a2b41d51a41c1811db9
- Removed
TurnAttributesAnimator
. 789e5100e5b2e9571ebcd04ac4192cc7760c9232
Released on 2017-02-17
- Fixed the issue that Cocoapods failed to include the
Animators
folder #2.
Released on 2017-02-09
- [Breaking] Changed
ParallexAttributesAnimator
toParallaxAttributesAnimator
Released on 2017-02-09
- Implemented the initial version that only supports full screen paging items.