UIBarButtonItem 更改 viewController 的方向

发布于 2024-12-17 05:23:07 字数 308 浏览 0 评论 0原文

我得到了一个带有 .rightBarButtonItemUINavigationBar。如果我点击它,它会推送新的 viewController 并自动弹出一个 .leftBarButtonItem ,这会将我带到之前的 viewController

问题是(当我点击 .leftBarButtonItem 时)方向从横向模式更改为纵向模式,尽管我希望应用程序保持横向模式。我该如何解决这个问题?

多谢!

I got a UINavigationBar with an .rightBarButtonItem. If I tap on it, it pushes the new viewController and a .leftBarButtonItem is brought up automatically which takes me to the viewController I was before.

The problem is (when I tap on the .leftBarButtonItem) that the orientation is changed from landscape to portrait mode, though I want the app to stay in landscape mode. How can I fix that?

Thanks a lot!

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

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

发布评论

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

评论(1

静水深流 2024-12-24 05:23:07

目前尚不清楚在按下右侧按钮栏项目之前您是否处于纵向模式。

听起来第一个视图控制器的 shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation 对于纵向方向没有返回 YES。

It's not clear if you were in portrait mode before you pressed the right button bar item.

It sounds like the first view controller's shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation isn't returning YES for portrait orientations.

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