Using MPMoviePlayerViewController full screen in iPad app that's not fully ported from iPad...yet.

Posted by heymon on Stack Overflow See other posts from Stack Overflow or by heymon
Published on 2010-04-20T23:26:04Z Indexed on 2010/04/20 23:33 UTC
Read the original article Hit count: 2520

I have an iPhone app that launched the good old MPMoviePlayerController with a movie file. I changed it to a MPMoviePlayerViewController and used presentMoviePlayerViewControllerAnimated to get the movie to play on the iPad. It looks awful with the 2x sized controls. Can this be coded in such a way that it will look good regardless of which device? This is just an intermediate thing, but I need to get it going quickly.

Thanks for any pointers.

© Stack Overflow or respective owner

Related posts about ipad

Related posts about mpmovieplayercontroller