I have implemented a listing of videos in a UITableView
. When I touch on a particular video then the video plays in an MPMovieplayer
. Now, I want to make it so that if I touch on a next button, then the next video in the UITableView
will play. How can I implement this?
How Can I Implement Custom Previous/Next Buttons Over MPMovieplayer?
1.1k views Asked by mactalent At
1
MPMoviePlayer
.