mindsnacks / MSPageViewController

Create UIPageViewControllers using only storyboards
MIT License
89 stars 23 forks source link

How to close pageviewcontroller #4

Closed FredvanRijswijk closed 10 years ago

FredvanRijswijk commented 10 years ago

Normal my Initial View Controller is my TabbarController, but I want to use the pageviewcontroller as intro pages before the TabbarController starts so on the last page from the pageviewcontroller I want to start the TabbarController. DO you have any advise to do this, whats the best option for showing the intro once when the app is first launched and then not showing the intro any more the next time when the app starts?

Initial View Controller is still the TabbarController or the PageViewController as Initial View Controller?