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!
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

Sonny Allward
11,449 PointsiPhone Simulator Landscape not Portrait
Hello,
I am trying to learn iOS Development and I am following this tutorial: http://teamtreehouse.com/library/ios-development/build-a-simple-iphone-app
In the video he brings up a simulator in xcode by clicking run and it looks fine. But when I do it, the simulator is in a landscape position instead of portrait.
Image: http://uploadir.com/u/6bai5h5h
I will be grateful for any help. Thanks.
2 Answers

Alex Hedley
16,378 PointsWith the simulator selected go to the 'Hardware' Menu and select 'Rotate Left' or 'Rotate Right'
Or use the keyboard shortcuts:
Command + Left (??) Command + Right (??)

Sonny Allward
11,449 PointsThank you Alex for your quick response. Much appreciated.