I\'m having trouble to achieve the following using a storyboard:
When setup is not done: run app -> show settings view controller -> show main navigation controller
I managed to do it a bit different:
UINavigationController
as the initial view controller.performSegueWithIdentifier
with the proper identifier from your root view controller.Just another solution, hope this helps.