I have created a simple app to help me debug and understand what is happening behind the code. So far I have a stack that waits for a message orientationChanged to update the stack when the user rotates his/her device.
However I am struggling due to the fact that the simulator (haven't tried on a device yet) doesn't seem to be able to recognize the orientation before the app gets going. It would be cleaner I think to have the app orientation predetermined by the current orientation of the users device... All I get right now is a declaration of "unknown" instead of "landscape left" for example. Only happens when app is first started up.
Any help is appreciated.
