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.