+1
Answered

How to ignore device rotation?

ajakhua 11 years ago updated by icahill (Administrator) 11 years ago 1
I need my app not to change orientation after rotating the device. Is it possible to avoid screen rotation using WIRE?
Orientation is globally set within the plist, so once it is set you can't change it again from WIRE.

You could potentially lock it in one direction and then using if statements determine the orientation and then redesign your pages to look differently. It would require more leg work on your part to rotate text, etc in the right directions.