UIViewAnimationTransition and landscape

Posted by moor on Stack Overflow See other posts from Stack Overflow or by moor
Published on 2010-06-06T20:38:27Z Indexed on 2010/06/06 20:42 UTC
Read the original article Hit count: 713

Hi!

I'm having a problem with UIViewAnimationTransitionCurlUp and landscape mode.

In my landscape application I have a view controller that manages two fullscreen views. In the controller I have a container view for the transitions. To switch between the two views, I use a curled transition but the animation is performed as if it were in portrait mode.

I have setted the UIDeviceOrientation in info.plist, also the supported orientations to both landscape right and left. The controller returns true in shouldAutorotateToInterfaceOrientation only for landscape right and left. I have also tried to start the controller and views with 480 width and 320 height manually. I dont know where is the problema and dont know what else to try.

Could someone help me? Thank you!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about curl