I have a storyboard segue from one view controller to another. When I call performSegue on that segue, the performSegue method runs as it should, as the print statement in it prints to the debug window, but the second view controller doesn't show. What should I check in order to fix this?
Why will my view controller not show when performSegue is called?
The view controllers should be listed by name, top to bottom, left of the editor window in Interface Builder - does the hierarchy there match your flow?