How can I implement custom previous / next buttons over MPMovieplayer?

I have implemented a video list in UITableView

. When I touch a specific video, the video plays in MPMovieplayer

. Now I want to make it so that if I touch the next button, the next video in the UITableView

. How to implement this?

+2


source to share


1 answer


  • Search for "MPMoviePlayer overlay" on stack overflow
  • Place the caption over the movie using the previous and next buttons.
  • Make buttons target methods that control MPMoviePlayer

    .


+1


source







All Articles