We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
@ealeksandrov making a circular is available?
Not yet, it will require huge library redesign, I'll consider it on Swift rewrite.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: