对于视图控制器,我使用以下代码将方向限制为横向。
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
// Return YES for supported orientations
return UIInterfaceOrientationIsLandscape(interfaceOrientation);
}
但是,显示结果不正确
它显示了横向窗口内的纵向内容。
可能的原因是什么?
答案 0 :(得分:0)
从info.plist中删除不需要的方向,或者只是通过ios中的Autolayout