Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

starting building an app-no storyboard [SOLVED]

So i m watching the video and in the video it shows that i should have a main.storyboard file but i do not have this in the version of Xcode i'm using (5.0.2)....so i m completely lost...where is the story board file ?

3 Answers

Stone Preston
Stone Preston
42,016 Points

You can add one manually by selecting new (command + n) and under iOS select user interface then storyboard. Name the storyboard whatever you want. The in your general project settings you will have to set your new storyboard as the main interface

@stone Preston : Thanks ! This solved my problem !