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

Paging?

dtfiedler opened this issue · comments

Is there a way to enable paging with this?

commented

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. 😉