嗨,我在 ios 4 中开发了一个应用程序,现在我正在 ios 6 上构建它,但方向不起作用。我正在为 iPad 使用 splitview。
问问题
43 次
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
于 2013-01-08T11:45:55.910 回答