在 MPMoviePlayerController 中播放全屏 .mp4 视频?
所以我尝试在我的标签导航栏应用程序中播放电影。虽然它是纵向模式,但我想在按下按钮后以全屏横向方式播放电影。有没有办法在模态视图控制器中呈现电影?还是没有必要?
有人可以发布一些代码或指出我正确的方向吗?我已经尝试过一些代码,但我就是无法让它工作。我确信视频的格式正确。
预先非常感谢!
So I'm trying to play a movie in my tab-navigation bar app. Although its portrait mode, I'd like to play the movie in full screen landscape after pressing a button. Is there some way to present the movie in a modal view controller? Or is it unnecessary?
Could someone please post some code or point me into the right direction? I already tried some code but I just couldn't get it working. I'm sure the video is the right format.
Thanks a lot in advance!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正确的方法是在我的例子中使用 MPMoviePlayerViewController...
The correct way is to use the MPMoviePlayerViewController in my case...