当 UIWebView 播放全屏 YouTube 电影时,如何隐藏 UIPopoverController?
请看图片。按下全屏按钮后,webview
会最大化 UIPopover
后面的。
我试图寻找 MPMoviePlayerDidEnterFullscreenNotification
,但没有成功。
我真的不想发布自己的 UIPopoverController
但这是我目前唯一的“解决方案”
。使用 UIWebView
以外的任何内容也不是一个选择,因为我正在显示 YouTube 电影。
编辑:我使用UIWebView
,因此无法访问内部使用的视图/类。
Please see the picture. After pressing the fullscreen button, the webview
maximizes behind the UIPopover
.
I tried to look out for MPMoviePlayerDidEnterFullscreenNotification
, no luck.
I really don't want to ship my own UIPopoverController
but this is my only "solution"
at the moment. Using anything other than UIWebView
is also not an option, as I am displaying YouTube-Movies.
Edit: I use a UIWebView
, so there is no way to access the views/classes that are used internally.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据这个答案你可以听
UIMoviePlayerControllerDidEnterFullscreenNotification
According to this answer you can listen for
UIMoviePlayerControllerDidEnterFullscreenNotification