I'm trying out the new Storyboard feature in iOS 5/XCode, but I can't get the segue transitions between two scenes to work. I've tried to follow this tutorial but I'm stuck at stage 6:
Click one of the Switch View button so it is highlighted like below, then holding control then click the Switch View button and drag from the button until the blue line touches the other view. A black pop-up box will come up and select performSequeWithIdentifier:sender. Repeat for the other button.
So what I'm trying to do is create a transition from one scene to another with a button labeled "Switch View". According to the tutorial I should click on the button, then hold CTRL and drag from the button to the other View Controller and release; then a popup should appear with one option: performSequeWithIdentifier:sender. But I never get this option, instead I get these three options: Push, Modal and Custom. I've tried these options but nothing happens when I hit the button in the emulator.
Screenshot of my setup: http://i.solidfiles.net/0784.png
I'm running the latest XCode 4.2 preview 6 under Snow Leopard 10.6.7.
What am I doing wrong? Thanks in advance!