mpmovieplayercontroller快进和快退按钮

时间:2014-07-03 12:13:30

标签: ios ios7

这个问题与问题重复:

iOS 7 MPMoviePlayerController seek forward button brings the video to the End and displays Black screen

因为我没有得到正确答案,所以再次发布。

问题是:在MPMoviePlayerController中,快进和快退按钮仅在用户长按时才起作用。如果用户单击,则视频屏幕中会出现空白屏幕。如何禁用这些按钮的单击?

1 个答案:

答案 0 :(得分:0)

最好的选择可能是不使用标准控件并添加自己的控件。

此页面提供了有关如何执行此操作的详细信息: http://wosimei.wordpress.com/2013/08/13/how-to-custom-a-ios-movie-player-control-bar/

然后,您可以使用MPMediaPlayback协议中的方法控制播放。