iPhone - 在其他 uiviewcontroller 中播放 YouTube 视频后自动旋转不起作用
我在视图控制器的自动旋转方面遇到问题(在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论