Search code examples
ios5xcode4.2xcode-storyboard

Storyboard buttons wont push Seque


I know this might sound really ridiculas but all of a sudden when I link up screens using storyboard: right click drag> push> The link is created in storyboard, but no nav bar is entered on the screen, and the button doesn't work when run in simulator? Ive re booted the computer, quit xcode, its just all of a sudden happened. I really am stuck now, ive tried creating new projects and its the same in all of them. I can navigate screens by adding them to a tab bar controller but thats it. I cannot get any seques to work in any project.

Anyone else experienced this that can offer some advice? Im using xcode 4.3


Solution

  • After creation of "push" segue, select your first view controller (the caller) and go to

    Editor > Embed in > Navigation Controller

    Just tested and works fine