Hi i have a master detail application and trying to perform segue from the detail view to a new split view controller. I’ve tried many times and it still didn’t work.
The action that performs the below code is from a navigation bar button at the detail page.
[self performSegueWithIdentifier:@"DetailsToSettings" sender:self];
I think it’s suppose to be pretty simple, but it doesn’t work for some reasons.
goodness….http://stackoverflow.com/questions/9044586/storyboard-uiviewcontroller-and-uisplitviewcontroller
Split view controller can’t be used either than being the root view controller in the storyboard.