mamaral / Onboard

An iOS framework to easily create a beautiful and engaging onboarding experience with only a few lines of code.
MIT License
6.46k stars 765 forks source link

Right implementation? #7

Closed FredvanRijswijk closed 10 years ago

FredvanRijswijk commented 10 years ago

How this will be implemented;

Using the app like normal..

My question is, with Storyboard I start the app with the view check "Initial View"

mamaral commented 10 years ago

I'm not sure I understand the question. I don't generally use IB or storyboards, so I'm not sure how I would implement it that way, but in general I do the same thing with a BOOL so it is only shown once.

FredvanRijswijk commented 10 years ago

How you will do it programmatically in the AppDelegate?

mamaral commented 10 years ago

Check out https://github.com/mamaral/Onboard/commit/2203020d70f835a8bf0748f55f2e346b48a44633. That is one way in which you could handle it programmatically. The demo project now includes the full implementation.