如何通过 MPMovieplayer 实现自定义上一个/下一个按钮?
我已经在 UITableView
中实现了视频列表。当我触摸特定视频时,该视频会在 MPMovieplayer
中播放。现在,我想要做到这一点,以便如果我触摸下一个按钮,则将播放 UITableView 中的下一个视频。我怎样才能实现这个?
I have implemented a listing of videos in a UITableView
. When I touch on a particular video then the video plays in an MPMovieplayer
. Now, I want to make it so that if I touch on a next button, then the next video in the UITableView
will play. How can I implement this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MPMoviePlayer
.