Can you start off with a rootViewController that isn't within a storyboard, and then later use a storyboard?
rootViewController = [[UIViewController alloc] initwithNibname;blah blah
then instatiateView controller from storyboard
then call perform segue with identifier etc
?
rootViewController = [[UIViewController alloc] initwithNibname;blah blah
then instatiateView controller from storyboard
then call perform segue with identifier etc
?