Search code examples
iphoneiossliderprogressmpmovieplayer

Custom progress slider control on MPMoviePlayer


Is there a way to customise the look or at least position of the movie progress slider on MPMovidePlayer?


Solution

  • Hide existing controls using MPMovieControlStyle, set this to MPMovieControlStyleNone.

    Now add your custom control on MPMoviePlayer's view.

    Refer example uislider-to-control-avaudioplayer as its same as MPMoviePlayer has currentPlaybackTime

    Refer mpmovieplayercontroller-buffering-state link.

    Refer mpmovieplayercontroller-when-will-i-know-that-the-downloading-of-the-file-reach link.