iphone sdk: autorotate jumps back up the page, showing information that has already been read...

Posted by jonathan on Stack Overflow See other posts from Stack Overflow or by jonathan
Published on 2010-05-17T15:08:44Z Indexed on 2010/05/17 15:10 UTC
Read the original article Hit count: 250

Filed under:
|

Hi,

I am using

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation{ return YES; }

to allow rotation, which works fine - except that the landscape view jumps backwards up the page that is being displayed. I can't figure out what I should be looking at to fix it. I just want the page to rotate where it is.

Any pointers would be great. Am a noob, as is probably clear.

Thanks Jonathan

© Stack Overflow or respective owner

Related posts about iphone

Related posts about SDK