DroidsOnRoids / SwiftCarousel

Lightweight, written natively in Swift, circular UIScrollView.
http://www.thedroidsonroids.com/blog/ios/circular-scroll-view-swiftcarousel/
MIT License
144 stars 43 forks source link

New scrollType, SwiftCarouselScroll.Amount(UInt). #30

Closed sunshinejr closed 8 years ago

sunshinejr commented 8 years ago

So for now, when the #28 gets merged, we will have 4 types:

I wonder if we would need something like Amount(UInt), it would make every swipe move for specific amount. This is just an idea, wonder what you guys think about it!

Cheers! 🎉

sunshinejr commented 8 years ago

I thought about it and it would be really hard to implement and not that intuitive for end users, so I don't see a point for it for now. Although if anyone would really like that feature let me know!