The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.1.0.tar.gz | 2018-09-03 | 489.7 kB | |
| 2.1.0.zip | 2018-09-03 | 560.4 kB | |
| README.md | 2018-09-03 | 921 Bytes | |
| Totals: 3 Items | 1.1 MB | 0 | |
- fix issues caused by conflicting identifiers (#85) @Banck
- change WaterfallLayout default parameters' values to align with other layouts
- from
init(columns: Int = 1, spacing: CGFloat = 10) - to
init(columns: Int = 2, spacing: CGFloat = 0) - include WobbleAnimator into the podspec as a subspec.
pod "CollectionKit/WobbleAnimator"BaseSimpleAnimator- rename
BaseSimpleAnimatortoSimpleAnimatorto align withSimpleLayout - rename
updateAnimationDurationtoanimationDuration - add
var animationOptions: UIViewAnimationOptions - add
var useSpringAnimation: Bool - add
var springDamping: CGFloat FadeAnimator- add
var alpha: CGFloat ScaleAnimator- change its superclass from
BaseSimpleAnimatortoFadeAnimator - add
var scale: CGFloat
Example project: * move examples into its own project. and switch from Carthage to Cocoapods.