I want to use UIWebView to load URL and play vedios. When I press done button in MediaPlayer control on the UIWebView, I want to do something.
My Question is, in this case can it be OK, or does the UIWwebView has a delegate method to do after pressing done button?
I want to use UIWebView to load URL and play vedios. When I press
Share
The “Done” button only shows up in full screen mode. You can detect the end of full screen mode by observing the
@"UIMoviePlayerControllerDidExitFullscreenNotification"mode:The
UIMoviePlayerControllerDidExitFullscreenNotificationis not documented, so I don’t know if it will pass App Store review. If you’re not planning to distribute via the App Store, it shouldn’t matter.