iOS orientation

Hey
I would like my app to start in the same landscape orientation as the iOS desktop is in when the app is launched ( or landscapeRight if the device is in portrait orientation ). After launch I wan’t my app to lock to that initial orientation and not auto-rotate.

I see no easy way to do that in the documentation for build.settings.
How can I do that?

Thanks! [import]uid: 13632 topic_id: 28720 reply_id: 328720[/import]

There is no really easy way of doing this - although perhaps you could listen for orientation change and manually handle it on the menu screen but ignore it elsewhere. I believe that would work. [import]uid: 52491 topic_id: 28720 reply_id: 115799[/import]

Okay. I will try to do it the hard way then.
Thanks! [import]uid: 13632 topic_id: 28720 reply_id: 115806[/import]