I have a main viewController that is in portrait mode all the time.
I want then to presentModalViewController, but it will come from the left (not from bottom of the screen) in landscape.
Is it possible?
tnx
I have a main viewController that is in portrait mode all the time.
I want then to presentModalViewController, but it will come from the left (not from bottom of the screen) in landscape.
Is it possible?
tnx
I came across this problem too. So i just used the modaltransitionstyle so it didn't look to iffy.
Hope this helps.
In your modal view controller implementation, override
-shouldAutorotateToInterfaceOrientation: