请解释一下为什么apple将UIInterfaceOrientationUnknown添加到UIInterfaceOrientation

时间:2014-11-27 15:21:25

标签: ios objective-c xcode ios8 orientation

请有人解释一下我们为什么需要UIInterfaceOrientation吗? 我的代码中有一个问题。当我在模拟器上模拟我的应用程序时,我有这个方向(只有一次)。我不知道如何修复它......

1 个答案:

答案 0 :(得分:0)

基于https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIApplication_Class/index.html#//apple_ref/c/econst/UIInterfaceOrientationUnknown

的文档 在iOS 8上添加了

UIInterfaceOrientationUnknow。我不太确定原因。也许这与屏幕尺寸有关?或者我认为这是屏幕转换期间的状态。