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

Skip and Continue Buttons do nothing #4

Closed
martynryan1 opened this issue Apr 10, 2017 · 1 comment
Closed

Skip and Continue Buttons do nothing #4

martynryan1 opened this issue Apr 10, 2017 · 1 comment

Comments

@martynryan1
Copy link

Have followed the Readme and I can see the onboarding screens and can swipe between them but when trying to press the Continue or Skip buttons nothing happens other than the button doing the animation to show its been pressed

Running the Example works as intended but it seems to be using an old version of SwiftyOnboard

I have tried copying the code from the Example ViewController.swift into my project and updating the couple of things that have changed but again the Continue and Skip buttons don't Continue or Skip

@martynryan1
Copy link
Author

Worked it out, had to change

func swiftyOnboardViewForOverlay(swiftyOnboard: SwiftyOnboard) -> SwiftyOnboardOverlay?to func swiftyOnboardViewForOverlay(_ swiftyOnboard: SwiftyOnboard) -> SwiftyOnboardOverlay? and then the same for swiftyOnboardOverlayForPosition

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

No branches or pull requests

1 participant