I would like to develop an iPad application that will consist of SplitViewController. I would like to add TabBarControllerto the RootViewController.
I am at the very beginning of development. So I started just creating a new project, adding SplitViewControllerthrough Interface Builderand testing the application, no problem. Then I tried adding TabBarControllerto RootView, no problem through Interface Builder. The problem is that I cannot get the application to spin with the device. I assume that I need to change something in the code, but I don’t know that :-( I noticed that the method is shouldAutorotateToInterfaceOrientationnever called when the device rotates. Sorry to ask this question, but I am very new to developing applications for iPad / iPhone.
Regards
source
share