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

HTML

Sonny Allward
Sonny Allward
11,449 Points

iPhone 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
Alex Hedley
16,381 Points

With 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
Sonny Allward
11,449 Points

Thank you Alex for your quick response. Much appreciated.