Re: iOS: Manually setting orientation makes a mess out of my interface

2011-06-07 Thread brodhage
It might be the wrong way to set the orientation manually? Try to use shouldAutorotateToInterfaceOrientation and return NO for interfaceOrientation not being UIInterfaceOrientationLandscapeLeft or UIInterfaceOrientationLandscapeRight. This way you have less code and it does not depend on

iOS: Manually setting orientation makes a mess out of my interface

2011-06-04 Thread Development
Ok when my application first starts up I want it in portrait mode. However when a user switches to an editor it needs to transform in to landscape mode. I have this working more or less correctly. However, when I leave the editor, it switches back to portrait amd all of the portrait views are

Re: iOS: Manually setting orientation makes a mess out of my interface

2011-06-04 Thread Development
k.. at this point I'm begging can any one tell me how to shift from portrait to landscape and back again. I know this is possible I see it in games all the time. On Jun 4, 2011, at 8:31 PM, Development wrote: Ok when my application first starts up I want it in portrait mode. However when a