当我的应用从背景返回时,它总是旋转为肖像。在我的VC中 -
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
interfaceOrientation
是UIInterfaceOrientationPortrait
。可能是什么原因?
答案 0 :(得分:0)
尝试使用以下方法检查该VC中的方向:
[[UIApplication sharedApplication] statusBarOrientation];
答案 1 :(得分:0)
您可以在项目的plist中检查您的方向设置。