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

Paging? #32

Open dtfiedler opened 8 years ago

dtfiedler commented 8 years ago

Is there a way to enable paging with this?

sunshinejr commented 8 years ago

Hey @dtfiedler. It should be possible, but you would need to handle it yourself. Like e.g. max pages would be items count and you would need to handle new page in carousel delegate method (didSelect) etc. 😉