How to play movie infinite number of times using MPMoviePlayerController class?
Is it possible to play movie again and again using the MPMoviePlayerController class?
T开发者_如何转开发hanks
AFAIK MPMoviePlayer can't play continues loop. MPMoviePlayerPlaybackDidFinishNotification can be used to start playback again after finish, but it results with up to 2 second gap between loops.
精彩评论