I have a problem with my code that plays a video file. Whenever I play the file in fullscreen mode the playback doesn\'t occupy all of my screen. Here is the relevant code:
Change the controlstyle property of your player from the method below: -(void)applyUserSettingsToMoviePlayer
player.controlStyle = MPMovieControlStyleFullScreen causes the above problem,change it to MPMovieControlStyleEmbedded and see if that works.