Search code examples
iphoneiosxcodexcode4.2storyboard

How to add initial view to Storyboard file?


I started an "Empty Application" template, this means that I had to add my own storyboard file. Problem is, it is completely blank, and I can't figure out how to get the first view on there, so I can start designing my interface.

Anyone know how to get that first view on there?


Solution

  • When you create a new Storyboard file, all you need to do is click/drag the UIViewController object from your right hand side of tools into your Storyboard and then you're all set to begin work on your new Storyboard.