-
Notifications
You must be signed in to change notification settings - Fork 58
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
Button "next" in example not showing #8
Comments
Thank you @arilsonkarmo, I'll look at this example! |
Thanks! I'm trying to implement in my project but without final button i can't |
In the storyboard, in the view drag the Next Button below the Onboarding View in the Tree View object oder. Currently the button is located under the Onboarding View. That should do the trick. |
Can you send me a screenshot of your project? |
Same issue over here too! I don't find the skip button at the end of fifth onboarding view! |
you dont need code in viewdidload and the way its shown in example @arilsonkarmo & @amagain . The pod gives this function if u hit cmd+click on the delegate . Use this and button would appear
|
HI! The Button "next" in example not showing
model.didShow = { page in
if page == 4 {
UIView.animateWithDuration(0.3) {
self.nextButton.alpha = 1
}
}
}
The text was updated successfully, but these errors were encountered: