English 中文(简体)
讲解
原标题:Iphone Orientation Issues

我的申请内容如下:

  • UITabBarController (3 tabs)
    • UINavigationController (in each of the tabs)
      • UIViewController (in each of the Navigation controllers)

在它中,我希望一些老板能够转向地貌和海峡模式。

例如 在表2中,我有一部电影美术馆(1号)。 当纽顿1号连接了导航控制员浏览2,用户可以通过不同的照片浏览。 当用户接触一台光电导航控制器时,便可浏览3台全程扫描仪。

现在,我想观点3既适合景观,也符合海峡模式。 如同以往所有观点一样,在什么地方,只能以漏洞的方式看待。 如何做到这一点?

我已经与我 the。

(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation

所有观点都采用这种方法,但我似乎不能正确。

问题回答

我很难应对这种情况。

2种解决办法:

1st
Use [[UIDevice currentDevice] setOrientation:whatever]; It will trigger a warning.

2nd
Use presentModalViewController:animated: And implement shouldAutorotateToInterfaceOrientation: in this Modal View Controller. If you want to keep the original transition animation you will have to code a bit though.

在本案中,根视控制器必须执行<条码>,即:,然后由每个儿童控制员执行。 这样就把刺铁矿石控制器的方法交给了YES,而对于你不想要的东西,只是为了这种观点而让它回去。





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签