+1
Respuestas

How to ignore device rotation?

ajakhua hace 11 años actualizado por icahill (Administrator) hace 11 años 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.