juanpablofernandez / SwiftyOnboard

A swifty iOS framework that allows developers to create beautiful onboarding experiences.
MIT License
1.25k stars 105 forks source link

Continue Button for storyboard example #9

Closed SirSamShaw closed 7 years ago

SirSamShaw commented 7 years ago

Is there a specific reason why the continue button does not function when running the storyboard example view controller?

juanpablofernandez commented 7 years ago

Hey there, good catch!

It doesn't work because there is no target attached to it, If you look that the no-storyboard example line 90-91 you'll see how the targets are setup.

juanpablofernandez commented 7 years ago

Fixed and updated