One good feature in iOS 4 is that we can resize the movie player. I\'m using MPMoviePlayerController to play a video file. I\'m resizing the view to show it in half screen only.
My iPhone app (created under iOS2), has a strange behavior. The left arrow is not aligned with other controls (on both iOS3 and 4)
The following code used to work but now it doesn\'t and I have not changed anything about it. if ([self respondsToSelector:@selector(presentMoviePlayerViewControllerAnimated:)]) {
I am using the MPMoviePlayerController to play movies: STVideo *mySTVideo; mySTVideo = [items objectAtIndex:indexPath.row];
Ok, so here\'s the thing. I have a UIViewController that contains a UITabBarController. That tab bar has a UIViewController for each tab button. Now, inside one of the tab buttons is an MPMoviePlayerC
I\'m using a MPMoviePlayerController in my iPhone app to display some short video clips sometimes. I deaclared a Category which ads a couple methods to the class to properly attach its view to a parti
I am building an application that implements a custom view on iPhone\'s native media player. I want your help in deciding directions to lay this effort. At present I have 开发者_开发百科find out that
I am new to iPhone development, I need to play videos which are on some link and I have overlay of three labels(like \'jump to 1:20\') on t开发者_如何转开发he MPMoviePlayerViewController by tapping on
It\'s my understanding that MPMoviePlayerController movies must play in landscape orientation because the \"setOrientation:\" function is private API. Well, it occurred to me that if I were to rotate
If I use MPMoviePlayerViewController in 3.2/4.0 it builds fine. If I use it in 3.1.3 and below the build fails with error