iPhone - 在其他 uiviewcontroller 中播放 YouTube 视频后自动旋转不起作用

发布于 2024-11-24 03:00:20 字数 451 浏览 2 评论 0原文

我在视图控制器的自动旋转方面遇到问题(在 tabbarController 内,这是唯一应该自动旋转的视图控制器),这可以通过在 AppDelegate 中将 shouldAutorotateToInterfaceOrientation:toInterfaceOrientation 设置为仅纵向来实现,并且 呈现应该作为 modalViewcontroller 自动旋转的视图并且
将 viewcontroller 中的 shouldAutorotateToInterfaceOrientation:toInterfaceOrientation 设置为 YES (=All) 这工作正常,但是:在我播放 YouTube 视频(在不同的视图控制器中)并返回后,它停止工作!我检查了所有内容,层次结构等,似乎都一样,但 shouldAutorotateToInterfaceOrientation 不再被调用! 所有帮助/建议都非常感谢!谢谢!!

I have a problem with autorotation of a viewcontroller (Inside a tabbarController, this is the only viewcontroller that should autorotate) and this works by setting the shouldAutorotateToInterfaceOrientation:toInterfaceOrientation to just portrait in the AppDelegate and
presenting the view that SHOULD autorotate as a modalViewcontroller and
setting shouldAutorotateToInterfaceOrientation:toInterfaceOrientation in that viewcontroller to YES (=All)
This works fine, BUT: after i played a youtube video (in a different viewcontroller) and go back, IT STOPS WORKING! I checked everything, and the hierarchy etc, all seems the same but shouldAutorotateToInterfaceOrientation doesnt get called anymore!
All help/suggestions really appriciated!! Thanks!!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文