【发布时间】:2013-10-31 12:19:01
【问题描述】:
当 alertview 存在时,iOS 7 Viewcontroller 不旋转。
但我的状态栏正在更改为设备的方向。但是视图仍然在出现警报的最后一个方向冻结
【问题讨论】:
当 alertview 存在时,iOS 7 Viewcontroller 不旋转。
但我的状态栏正在更改为设备的方向。但是视图仍然在出现警报的最后一个方向冻结
【问题讨论】:
以下任何方法的轮换代码是否存在冲突?
- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window
- (NSUInteger)supportedInterfaceOrientations
- (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation
【讨论】: