为什么在横向内显示肖像内容?

时间:2013-08-03 09:03:50

标签: ios objective-c

对于视图控制器,我使用以下代码将方向限制为横向。

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
   // Return YES for supported orientations
   return UIInterfaceOrientationIsLandscape(interfaceOrientation);
}

但是,显示结果不正确

它显示了横向窗口内的纵向内容。

可能的原因是什么?

1 个答案:

答案 0 :(得分:0)

从info.plist中删除不需要的方向,或者只是通过ios中的Autolayout