My fellow students and me coded a objective-c program for iPhone.
But we have a big problem:
Our App is coded in Portrait-mode, but 2 or 3 Views should be displayed in Landscape-mode (directly).
We activated Landscape autorotation in these views, but, if we open one of these views now, we get Portrait again and it only turns into Landscape, when we turn the device.
(Already on our test-device, no problem of the IOS-simulator!)
Can anybody help us please?
The only thing that worked for me was using
in my ViewController and presenting it with presentModalViewController.
This forces the View to stay in landscape.