My App refuses to rotate

2013-05-28 Thread Gerriet M. Denkmann
I have an iOS 6.1 app. Info.plist contains: UIInterfaceOrientation UIInterfaceOrientationPortrait UISupportedInterfaceOrientations UIInterfaceOrientationLandscapeRight UIInterfaceOrientationLandscapeLeft UIInterface

Re: My App refuses to rotate

2013-05-28 Thread David Duncan
Did you set the window's rootViewController to your view controller? On May 28, 2013, at 12:01 AM, Gerriet M. Denkmann wrote: > I have an iOS 6.1 app. > > Info.plist contains: > UIInterfaceOrientation > UIInterfaceOrientationPortrait > > UISupportedInterfaceOrientations >

Re: My App refuses to rotate

2013-05-28 Thread Andreas Liebschner
On Tue, May 28, 2013 at 9:01 AM, Gerriet M. Denkmann wrote: > But in the iPhone simulator and in the iPhone device the rootViewController > always has interfaceOrientation = 1 (Portrait). > All other ViewControllers also show interfaceOrientation = 1 (Portrait). Any chance that what you are refe

Re: My App refuses to rotate

2013-05-28 Thread Gerriet M. Denkmann
On 28 May 2013, at 14:03, David Duncan wrote: > Did you set the window's rootViewController to your view controller? In WordsViewController (subclass of UIViewController) I added: UIView *view = ss.view; UIWindow *window = view.window; UIViewController *rootViewControll

Re: My App refuses to rotate

2013-05-28 Thread Gerriet M. Denkmann
On 28 May 2013, at 14:14, Andreas Liebschner wrote: > On Tue, May 28, 2013 at 9:01 AM, Gerriet M. Denkmann > wrote: > >> But in the iPhone simulator and in the iPhone device the rootViewController >> always has interfaceOrientation = 1 (Portrait). >> All other ViewControllers also show interfa