0

嗨,我在 ios 4 中开发了一个应用程序,现在我正在 ios 6 上构建它,但方向不起作用。我正在为 iPad 使用 splitview。

4

2 回答 2

0

I had the same issue before.

I fixed it by setting the rootview controller of window as UISplitView.

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    [self.window setRootViewController:viewController];
}

Where UISplitViewController *viewController;

于 2013-01-08T10:50:57.483 回答
0

在这个链接上检查我的答案我的朋友。

视图加载期间iOS 6中的设备方向处理?

如果你没有得到然后告诉我..

让我知道它是否有效...

快乐编码!!!

于 2013-01-08T11:45:55.910 回答