Closed vicc closed 10 years ago
Thank you! I'll see what I can do over the weekend!
I will be updating the README shortly, but in the meantime if you want to disable swiping, simply set swipingEnabled
to NO
on the OnboardingViewController
, and if you'd like pressing the buttons to automatically move users to the next page, set movesToNextViewController
to YES
on each OnboardingContentViewController
instance.
Let me know if you have further issues!
Awesome I'll check it out later today! Thanks! :smiley:
This is great. You've done a nice job! :+1: Any chance we could customize it so that we can disable the swiping feature. I would love to be able to programmatically call the next view (Perfect for scenarios where you want a user to perform a certain task, to proceed move to the next step).