I'd like to know how to make a first launch tour guide for my iOS App with Xcode, I describe myself as a beginner in ObjectiveC language but what I know logically is that I've to make the App to detect the first launch of the Application and then display a scrollable tour guide with a skip button on the top to dismiss.
I've searched though the website but didn't find the best solution for my question.
It's basically two question:
"How to detect the first launch of the app?" How to detect first time app launch on an iPhone
"How to display the the tour guide which probably will be located in the storyboard?"
What I want is similar to the tour guide in (Paper) iPad app in Appstore.