DroidsOnRoids / SwiftCarousel

Lightweight, written natively in Swift, circular UIScrollView.

Home Page:http://www.thedroidsonroids.com/blog/ios/circular-scroll-view-swiftcarousel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New scrollType, SwiftCarouselScroll.Amount(UInt).

sunshinejr opened this issue · comments

commented

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

  • .None
  • .Max(UInt)
  • .Default
  • .Freely

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! 🎉

commented

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!