iOS MapKit rotation
Ok, so I making an iPad application in AIR that uses some native UIViews via Native Extensions.
I wrote a native extension that adds a functional MapKit on screen.
I also wrote a native extension that opens an SMS-composer-view so users can send SMS'es.
My application is always locked in landscape mode.
When I prompt the SMS-composer... it shows up in landscape mode.
When I prompt native alerts... they show up in landscape mode.
But when I add the MapKit to the screen, it's in portrait mode... I don't set an orientation or rotation anywhere in my ane.
I absolutely have no idea what or where this problem comes from...
Anyone have a clue how I could force the MapKit to landscape mode?
