使用 MPMoviePlayerView 控制器播放两个视频
我正在为 IPAD 开发一款应用程序,我需要依次播放两个视频,但找不到如何播放。我正在使用 MPMoviePlayerViewController 来执行此操作,但不知道如何在播放第一个视频后启动共享并启动第二个视频。有人可以帮忙吗?
I am developing an application for IPAD and I need to play two videos one after another but can not find how. I'm using MPMoviePlayerViewController to do it and do not know how to launch a share after the first video to be played and start the second. Can someone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 文档?
在该方法中:
(仍然来自文档)
希望有帮助
what about using MPMoviePlayerPlaybackDidFinishNotification from documentation ?
In that method:
(still from documentation)
hope it helps