I am using MPMoviePlayerController to play movie using remote video URL. Is it possible to find it out in which device orientation video is taken whether protrait or landscape? According to that i will set portrait frame and landscape frame. Please let me know, Thank you.

link|improve this question

64% accept rate
feedback

1 Answer

Instead of showing two frames to accommodate video control and thumbnail image, i set the following settings to thumbnail image view. imageView.clipsToBounds = YES; imageView.contentMode = UIViewContentModeScaleAspectFill;

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.