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

Circular scroll #117

Open
filipandrei87 opened this issue Jun 29, 2015 · 3 comments
Open

Circular scroll #117

filipandrei87 opened this issue Jun 29, 2015 · 3 comments

Comments

@filipandrei87
Copy link

Is there a way to make this circular? (from the last page to go to the first)

My users always have the ability to skip the intro and it would be nice for them to be able to continuously swipe through pages.

@ealeksandrov
Copy link
Owner

That's very complex issue. It will require duplicating 1st and last pages like:

4 - 1 - 2 - 3 - 4 - 1

So if we have changeable state on first or last page (buttons for example) - we have to preserve their cloned state.

@kinarobin
Copy link

@ealeksandrov making a circular is available?

@ealeksandrov
Copy link
Owner

Not yet, it will require huge library redesign, I'll consider it on Swift rewrite.

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

No branches or pull requests

3 participants