它应该是一个错误还是我忘记了什么?
我在appDelegate
中添加了以下代码(NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window{
return UIInterfaceOrientationMaskAll;
}
以及我的viewController中的以下内容
- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskAll;
}
这是项目设置
viewController旋转正常,但如果我尝试显示警告,则结果如下
ios 7的一些代码工作正常