iOS 7 Viewcontroller在uialertview存在时不旋转

时间:2013-10-22 14:44:46

标签: ios ipad ios7

iOS 7 Viewcontroller当存在alertview时不旋转。

但我的状态栏正在更改为设备的方向。但是视图仍然在最后的方向冻结,其中存在警报

1 个答案:

答案 0 :(得分:0)

对于以下任何一种方法,您是否存在冲突的旋转代码?

- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window
- (NSUInteger)supportedInterfaceOrientations
- (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation