Hi,
I want to play video file from MPMovieplayer but in a portrait mode.
I am doing this by using following method.
Code:
[moviePlayer setOrientation:UIDeviceOrientationPortrait animated:YES];
but i have fear that this method is undocumented and app may get rejected because of this method,but in documentation I have not found anything which says video will run only in landscape mode.
Have any one faced same problem?is their any other method by which we can change its orientation?
Thanks in advance
Sanket