How to remove the transition effect from a modal segue when displaying the modal like this: [self performSegueWithIdentifier:@"SomeIdentifier" sender:self];
I know I can go into the storyboard and toggle between 4 different animations but I don't want any!!! How do I remove????
I know I could say presentModalViewController animated: NO but I do not and can not call it this way. I need to use the performSegueWithIdentifier method