如何设置不同视图的方向?

发布于 2024-11-19 08:17:42 字数 300 浏览 5 评论 0原文

我有一个应用程序委托文件和 5 个其他视图。我已通过导航控制器连接。现在我想设置横向模式的方向。我有一个问题,当我更改视图时,只有滚动视图更改和重读视图以及导航栏和按钮都不会更改其位置。虽然我已经通过 xib 文件设置了它们但不起作用。我有下面的代码,但这也不起作用。

  -(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
 Return YES;}

那么现在我如何解决我的问题呢?

I have one app delegate file and 5 other view.I have connected by navigation controller. now i want to set orientation for landscape mode. i have problem that when i change view then only scoll view change and reamining view and navigation bar and button all not change their postion. While i have set them by xib file but not working. i have below code but that also not work.

  -(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
 Return YES;}

so now how i solve my problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小苏打饼 2024-11-26 08:17:42

您需要设置子视图的自动调整大小以及状态栏方向。您将在 stackoverflow 上获得许多指导帖子。

you need to set autoresizing of subviews and as well as statusBar Orientation. You will get many posts on stackoverflow for orientation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文