3

I am trying to build the vertical coverflow animation like this but not found any suitable lib using collection view. if someone know how to build it or any lib i would really appreciate.

enter image description here

slow motion

enter image description here

Retro
  • 3,985
  • 2
  • 17
  • 41

1 Answers1

7

I highly recommend using iCarousel, it has a predefined set of animations, however, you can create your own custom animations using iCarouselTypeCustom and the delegate method carousel:itemTransformForOffset:baseTransform:

It is very well documented and has loads of examples. However, if you still have any questions regarding how to use it just let me know.

Update: Here's a working project I created in order to demonstrate how to use iCarousel to achieve a similar effect.

Bassem Sameh
  • 143
  • 5