I can't seem to figure out how they work. Please help! I can't figure out how to add .xib's to them either.

link|improve this question

38% accept rate
3  
This storyboard app is probably the best one we've seen. youtu.be/B4ZTrMveSZM?hd=1 – innertron Aug 25 '11 at 17:35
feedback

6 Answers

up vote 22 down vote accepted

Maybe a tutorial would help you. This one seems to be quite simple and it has screenshots.

link|improve this answer
Thanks! It really would have helped if Apple would link to a programming guide about this on there developer website. – Shaken_Earth Jul 12 '11 at 5:42
2  
Or spend the time to write their own ;) – Blender Jul 12 '11 at 6:17
@Blender They finally did! See my answer below. – Joe Masilotti Feb 14 at 19:50
feedback

Apple provided a nice walkthrough in their "developer tools kickoff" video from WWDC. I found it helpful. If you're a registered developer, you can check it out here: https://developer.apple.com/videos/wwdc/2011/#developer-tools-kickoff

link|improve this answer
4  
It starts around the 18:00 minute mark... – Mark Armstrong Aug 4 '11 at 3:52
feedback

I have just created my own tutorial that outlines some of the new features of Storyboards check it out here http://www.scott-sherwood.com/?p=219. The WWDC video is a very good tutorial but there are somethings it doesn't cover, such as simple things like how do you set the entry point of your Storyboard,or how to get a handle to a popover that has been created by a Segue popover transition

I have also added a new practical example based on todo list that should help people build a deeper understanding please check it out.

link|improve this answer
Very nice, thanks! – RefuX Oct 19 '11 at 16:11
Excellent tutorial. – Nathan Lee Jan 7 at 6:20
feedback

Apple recently released (Jan, 2012) an example app with source code that uses Storyboards titled "Your Second iPhone App."

https://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/SecondiOSAppTutorial/Introduction/Introduction.html

link|improve this answer
feedback

Just to share my happy findings a few days ago, here are the new iOS Lectures from Stanford (Fall 2011): http://www.stanford.edu/class/cs193p/cgi-bin/drupal/

The episode on multiple mvc could be just the right one ;) happy watching

link|improve this answer
feedback

Check this link: http://aboutios.blogspot.com/2011/12/storyboard.html

link|improve this answer
A summary of the blog post would be nice, answer containing only a link are discouraged on Stack Overflow. – Benoit Garret Jan 11 at 9:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.