我创建了一个基于视图的应用程序。我创建了所有 UI 控件的完整代码。但是视图根据方向更改。我是否有任何属性来避免此问题
在项目的 FILENAMEviewcontrol.m 上启用以下函数。
- -(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
对于支持的方向,返回 YESreturn ((interfaceOrientation == UIInterfaceOrientationPortrait) );
}
根据您的方向更改 UI界面方向纵向
如果您已删除所有注释标签,请添加此标签。