I have developed an iPhone application that already runs MPMoviePlayer (pre 3.2 SDK) without any problems. I know this is a newbie question, but how to play movies in the new MPMoviePlayerViewContr
Tag: MPMOVIEPLAYERVIEWCONTROLLER
iPad SDK: How to hook to MPMOVIEPLAYERVIEWCONTROLLER’s finishing button?
I am creating an iPad add, I am using MPMoviePlayerViewController to play the video.
The video occupies the entire iPad screen.
playerViewController.view.frame = self.view.frame; I need