Possible answer to this
The forums seem to have a some people posting very similar issues to this one.
I'm assuming this means that since my iPhone version of the application works
perfectly, and because I'm not the only one having this problem that this is a
platform issue, in other words need
Well in the viewcontrollers I'm using the -
(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
and returning yes when the orientation is: UIInterfaceOrientationLandscapeLeft
for the editor and YES when it's portrait in the mail composer.
I am not using de
How are you checking and working with orientations?
If your using the View Controller orientation notifications, then this should
just work (if your doing everything correctly). If your using UIDevice
orientation notifications (which it sounds like since you have to move the
status bar manually