iOS 7 Viewcontroller当存在alertview时不旋转。
但我的状态栏正在更改为设备的方向。但是视图仍然在最后的方向冻结,其中存在警报
答案 0 :(得分:0)
对于以下任何一种方法,您是否存在冲突的旋转代码?
- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window
- (NSUInteger)supportedInterfaceOrientations
- (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation