zepojo / UPCarouselFlowLayout

A fancy carousel flow layout for UICollectionView on iOS.
MIT License
1.67k stars 235 forks source link

Support scroll multiple items #19

Open dangthaison91 opened 7 years ago

dangthaison91 commented 7 years ago

Currently, layout only support swipe item one by one, not support quick swipe / flick like this:

https://dribbble.com/shots/3132598-Carousel

This pull request will add support for scroll multiple items, flick / quick swipe. You can also change Scroll Deceleration Rate.

PS: I will remove podspec commit later.