↧
Answer by albicelestial for MPMoviePlayerViewController backgrounding deal....
I solved the problem. Method -willEnterBackground should look like:- (void)willEnterBackground { if (player) { playbackTime = player.moviePlayer.currentPlaybackTime; [self...
View ArticleMPMoviePlayerViewController backgrounding deal. How to continue playing after...
I'm working on application for video streaming. It is built with ARC for iOS5.To display view I use MPMoviePlayerViewController this way:.h @interface EpisodesTableViewController :...
View Article
More Pages to Explore .....