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

iOS

Trent Burkenpas
Trent Burkenpas
22,388 Points

Specifying Main storyboard

Im having another issue, because of the different versions of xcode. At the end of "Starting Over" video Amit sets MainStoryboard.storyboard as the Main storyboard in the project settings. I do not have that option all i see is Main Interface. I have the same xcode version as Amit had in making a simple app. But Why does he use a older version of xcode for the blog reader app. I'm assuming they filmed the blog reader app before the simple app.

Thanks

link: http://teamtreehouse.com/library/build-a-blog-reader-iphone-app-2/rebuilding-from-scratch/starting-over-2 (8:07)

4 Answers

Stone Preston
Stone Preston
42,016 Points

set your storyboard file as the main interface. That will accomplish the same thing. In the new xcode main storyboard was changed to main interface.

The blog reader app was filmed in 2012 when Xcode 4.5 was live. Apple released Xcode 5 in 2013, when he filmed the Crystal Ball app. Xcode 5 has a redesigned interface.

Amit Bijlani
STAFF
Amit Bijlani
Treehouse Guest Teacher

Don't worry about it. The newer version of Xcode uses Storyboards by default so you don't need to specify it.

Trent Burkenpas
Trent Burkenpas
22,388 Points

Thanks Amit and everyone who took the time to comment !