App UITabBar不会自动旋转

时间:2012-07-31 21:55:33

标签: autorotate

我有一个包含10个视图的应用程序UITabBar。显示4个视图,6个在“更多”中。在我的每个视图中,都有一个UIWebView和一个导航栏。一切都经过优化,可以自动适应。每个文件.m包含以下语句:

- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation) interfaceOrientation
{
     return (interfaceOrientation != UIInterfaceOrientationPortrait);
}

但是,在iPad和iPhone中,应用程序不会自动旋转!

我该怎么办?

EDIT @ 00h00 GMT +1:

支持设备方向的菜单正常,但不起作用

0 个答案:

没有答案