UiSplitViewController doesn't autorotate.

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-04-29T00:21:35Z Indexed on 2010/04/29 0:27 UTC
Read the original article Hit count: 917

Hello,

I have recently run into a problem. My iPad app is somehow preventing the iPad from auto-rotating. My app loads a UISplitView with both of the view controllers returning YES for shouldAutorotateToInterfaceOrientation:. I have set up my info.plist to include the "Supported interface orientations" key with all four orientations. When I run the app, however, rotating the device does not rotate the splitView (even though I am receiving UIDeviceOrientationDidChangeNotification). In addition, when I exit my app in a different orientation that it started in the iPad home screen doesn't autorotate to the correct view until I rotate it again without my app running.... Any Ideas would be much appreciated....

© Stack Overflow or respective owner

Related posts about uisplitviewcontroller

Related posts about autorotate