Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite Paging #13

Open
Tb1985 opened this issue May 7, 2014 · 0 comments
Open

Infinite Paging #13

Tb1985 opened this issue May 7, 2014 · 0 comments

Comments

@Tb1985
Copy link

Tb1985 commented May 7, 2014

Hi there!
First of all thank you for your code, it's well done and very useful for the app I'm building.
Anyway one thing is missing which I'm trying to achieve is infinite paging.
In my case I have 5 viewControllers and when you reach the fifth swiping further takes you back to the first, same behaviour when you are on the first and swipe back, you should go to the fifth.
I was thinking about achieve this the UIScrollView's delegates methods:
scrollViewDidEndDragging
scrollViewDidEndScrollingAnimation
scrollViewDidScroll

and the selectedIndex value, but you are using a different method to swipe views and none of my test worked.
Could you please gimme any advice on how to achieve it?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant