Hetal Vora
Hetal Vora

Reputation: 3361

How to disable seeking forward on MPMoviePlayerController

In our iPad app, we would like to not allow the users to seek forward using the scrub bar in MPMoviePlayerController for some videos. Can anyone provide any solution as to how this can be done.

Upvotes: 1

Views: 1401

Answers (1)

Daniel A. White
Daniel A. White

Reputation: 190945

I know it eliminates the other controls, but you could write your own - set MPMoviePlayerController's controlStyle property to MPMovieControlStyleNone.

Upvotes: 1

Related Questions