English 中文(简体)
关于定位和公司信息: A. 力量方向
原标题:Regarding iPhone orientation and firmware: Always force orientation

近来,我收到了QA民间人士的一篇论文,其中说,在Pi3上,所开发的 app光方向是不正确的,而能够在Si4上正确显示。 他们说,“SOS”3,“光线”的取向是“孔隙”的。 然而,他们声称,第4号指示是正确的。

我用我的3GS(SOS4)测试他们的要求。 我的用词总是正确。 它很奇怪,因为:

  1. The app has been developed before the release of iOS4, and the codes for rotation is left intact. This implies that the rotation works correctly for iOS3 in the past.
  2. I run my app using base 3.2.3 version, and I could not produce what the QA is claiming. This applies to both the simulator (tested on both iOS 3.2.3 and 4) and the actual device. (which uses iOS4)
  3. The rotation works since iOS3, and it also works on iOS4 on my iPhone.

这是一个非常奇怪的情况,没有能够复制QA声称的ug。 因此,在这种情况下,我需要一些建议,你是否可以列出所有指导方法? 当然,这是过份的,但不能重复他们的要求,我确实需要一种办法,迫使人们总是把方向推向景观。

因此,我放弃如下:

  • edit the plist for initial interface orientation for landscape orientation.
  • application setStatusBarOrientation method. Possibly do this in the viewWillAppear method of the ViewController.
  • in the method: shouldAutoRotateToInterfaceOrientation, set the desired orientation only.

任何帮助都得到真正的赞赏。

最佳回答

奥凯,我认为,我现在知道,在我自己做事之后,我们确实取得了什么进展。 这方面的方向已经始终在地貌上,我所需要的是把对老的海洋观测系统的看法人工翻译。 我认为,Si4似乎有足够的智慧来处理这一问题。

问题回答

如果你的轮任守则是正确的,那么你就应该有任何版本的具体案例。 如果对YES的意见没有答复,以便AutoRotate ToInterfaceOrientation:为了你的愿望,你将获得自动轮调的意外结果。





相关问题
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风格的解决办法,只是一个简单的袖珍流程......

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

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

热门标签