Re: iPad: Device Orientation

2010-04-07 Thread Development
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

Re: iPad: Device Orientation

2010-04-07 Thread Development
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

Re: iPad: Device Orientation

2010-04-07 Thread David Duncan
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