How can I make a view start in landscape?
Posted
by Alex Gosselin
on Stack Overflow
See other posts from Stack Overflow
or by Alex Gosselin
Published on 2010-03-23T22:51:40Z
Indexed on
2010/03/23
22:53 UTC
Read the original article
Hit count: 321
I have read a few questions about an app doing it through the info file but not a certain view.
I just need the interface to be set up to start in landscape view.
I managed to get near what I want with shouldAutoRotateToInterfaceOrientation:, but it only works after I rotate the view.
I am kinda new to the documentation on this so I may be looking in the wrong places for this.
Any help is appreciated.
© Stack Overflow or respective owner