0

This is question is duplicate of question :

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

since I did not get proper answer, posting it again.

Issue is : in MPMoviePlayerController fast forward and rewind buttons work only when user does the long press. If user does the single click, blank screen appears in video screen. How to disable single click on these buttons ?

Community
  • 1
  • 1
user1743514
  • 311
  • 1
  • 3
  • 21

1 Answers1

0

The best option is probably to not use the standard controls and add your own.

This page gives detailed information on how to do that: http://wosimei.wordpress.com/2013/08/13/how-to-custom-a-ios-movie-player-control-bar/

You can then control the playback using the methods in the MPMediaPlayback protocol.

jcaron
  • 17,302
  • 6
  • 32
  • 46