How to disable seeking forward on MPMoviePlayerController

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-05 14:12:13

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/5319726/how-to-disable-seeking-forward-on-mpmovieplayercontroller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!