处理iOS 8纵向/倒置的设备方向

时间:2015-03-04 00:12:42

标签: ios8 orientation device-orientation orientation-changes

我目前的纵向/倒置方向代码仅适用于iOS 7设备iPhone / iPad。但是,对于iOS 8设备,它不起作用。我使用的代码是......

-(NSUInteger)supportedInterfaceOrientations {

return (UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskPortraitUpsideDown);

}

我正在使用Xcode 6.1,而不是使用大小类和自动布局。常规故事板,没有导航控制器。

我正在研究这个,似乎找不到任何可行的东西。 iOS 8现在有不同的方法来进行纵向/倒置方向更改吗?

0 个答案:

没有答案