Video
iPhone Developer Tips Stats:
|
Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API’s
It’s been covered by a number of websites and blogs on how to play movies in portrait mode using MPMoviePlayerController. Problem is, every solution that I’ve been able to find uses private API’s to tell the player to flip the direction of play.
Other than the built-in movie player, another option is to use a UIWebview, [...]








