Reputation: 57
In the storyboard I dragged over a viewcontroller (B) so that the storyboard now contains two viewcontrollers... B and the original (A). I put a button on A and dragged it to B to make a button click on A bring up B. On B I dragged a label and a button. I want to click the button on B to make the label on B show "hello world". How do I procede?
Upvotes: 1
Views: 2669
Reputation: 438
If you are member of iOS program, then look for video from Session 309 of WWDC 2011 called 'Instroducing Interface Builder Storyboarding'.
Upvotes: 3