repeatmode doesn't work in MPMoviePlayerViewController?
问题 How to display a recorded video as repeat as an'n' number of times like in Vine Application. Here I use the MPMoviePlayerViewController, and works great display the recorded video. But the problem is, it doesn't repeating. Here the currently using code is, NSURL *url = [NSURL fileURLWithPath:videoPath]; playerController = [[MPMoviePlayerViewController alloc] initWithContentURL:url]; [self presentMoviePlayerViewControllerAnimated:playerController]; [playerController.moviePlayer prepareToPlay];