Is there a way to customise the look or at least position of the movie progress slider on MPMovidePlayer?
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.