I would like to know if it's possible to have a MoviePlayer in portrait mode.
Thanks for your help.
T.
|
I would like to know if it's possible to have a MoviePlayer in portrait mode. Thanks for your help. T.
| |||
|
feedback
|
|
if you use "[moviePlayer setOrientation:UIDeviceOrientationPortrait animated:NO]; " API your application will be rejected from Apple Store | |||
|
feedback
|
Implement above code. You will get what you want. Hope that helps. Sagar. Check out following question. It has the same solutions. http://stackoverflow.com/questions/1422930/playing-video-in-custom-size-screen-view-in-iphone | |||||
feedback
|
|
You can. See Erica Sadun's article at But note that about method for doing this is undocumented by Apple and therefore not recommended. | ||||
|
feedback
|