iPhone rotation again

Monkey Targets Forums/iOS/iPhone rotation again

C10B(Posted 2012) [#1]
Hi,

I've got my first app onto my iPhone! Hooray!
The only bit I'm stuck with is the orientation of the phone. I would like it that when I turn my phone from portrait to landscape, that my app rotates to suit. Unfortunately it remains stubbornly in portrait mode looking at me sideways.
I've read several threads about this, but none seem to have an answer. I'm using the latest version of xcode where you can just tick which orientations to support, and I've tried in emulators and a real iPhone4s.

Are there any tips please?
Thanks in advance.


C10B(Posted 2013) [#2]
Here is a useful thread I've found. It appears to be that iOS6 needs some new code that Monkey doesn't yet provide.
http://stackoverflow.com/questions/12260261/shouldautorotatetointerfaceorientation-not-being-called-in-ios-6
Will the latest version of Monkey address this?
I've tried to hand edit the xcode files but still have no joy making it work.

Has anybody else experienced this problem yet?


anawiki(Posted 2013) [#3]
Monkey v66 seems to have some code that's needed by iOS 6, at least the one downloaded recently (Early Dec versions didn't).

We have some issues with iPad device orientation (see bug section).


C10B(Posted 2013) [#4]
I'm on V63b. I'll try the newer version if I can find the download page!
Thank you


Xaron(Posted 2013) [#5]
http://monkeycoder.co.nz/Account/produpdates.php


C10B(Posted 2013) [#6]
Thanks Xaron, I'll let you know how I get on.


C10B(Posted 2013) [#7]
Perfect :-)
V66 of monkey has some kind of update that makes rotation work in iOS6