I am using a tableview and when the user selects a row, I am playing the video associated with the row using an MPMoviePlayerController object. Now as soon as the playback finishes, MPMoviePlayerController is released and control goes back to the previous controller.
How can I prevent this from happening? I want to take the user back to the previous controller only after he presses the "Done" button.