-
Notifications
You must be signed in to change notification settings - Fork 762
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
Is it possible to advance pages or "Jump to last" Page? #131
Comments
There is a property called something like |
The problem with the current implementation is that the completion handler and the move to next page happen simultaneously. It would be great if the movesToNextPage happened at the end of the completion handler. For example, if I'm explaining the need for access to the users location, I want them to press continue, request authorization and then advance. Currently that authorization prompt will show up on top if the next screen. |
You could do something like the following to achieve what you're talking about @opswhisperer
Tell your onboard view controller to move to the next page when the action you want to occur happens. |
Is there a jump to last page mechanism or advance by certain number of pages? I want to skip to last page of the Onboard pages when users taps Skip rather than dismissing the view. any ideas?
The text was updated successfully, but these errors were encountered: