Reputation: 971
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?
Upvotes: 2
Views: 1109
Reputation: 12087
MPMoviePlayer
.Upvotes: 1