Download Latest Version XCode 10.2 _ Swift 5 support.tar.gz (492.8 kB)
Email in envelope

Get an email when there's a new version of CollectionKit

Home / 2.1.0
Name Modified Size InfoDownloads / 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 BaseSimpleAnimator to SimpleAnimator to align with SimpleLayout
  • rename updateAnimationDuration to animationDuration
  • add var animationOptions: UIViewAnimationOptions
  • add var useSpringAnimation: Bool
  • add var springDamping: CGFloat
  • FadeAnimator
  • add var alpha: CGFloat
  • ScaleAnimator
  • change its superclass from BaseSimpleAnimator to FadeAnimator
  • add var scale: CGFloat

Example project: * move examples into its own project. and switch from Carthage to Cocoapods.

Source: README.md, updated 2018-09-03