Why does the simulator always start in Landscape mode on Xcode4?

Viewed 7105

I just installed Xcode4 on my machine, setting up a new project.

When I run the simulator, the iphone always appears in Landscape mode. Anyone knows where I find the magic setting to run it in portrait so my head doesn't get twisted all the time?

thanks


EDIT:

It appears there must be sth in my code that makes the simulator hardware tip to landscape mode since before and after I test my app it is protrait again ... wierd ...

Not sure where I could have done sth like that to it since I use a new project (tab bar based) and only fiddle around the second VC ...

Also - when rotating the devide, the status bar and content do not change orientation ...

4 Answers
Related