Using a MPMoviePlayerController
to play a video, with
[player setScalingMode: MPMovieScalingModeAspectFill];
both the top part and the bottom part of the video are clipped, but I want it top aligned and only keep the upper part, any solutions?
p.s. I found this post, but it's answer didn't suit me, cause it didn't clip the video but my player do not occupy the screen.
Thanks for help :)