iOS6 iPhone project orientation is forced to portrait mode only. I now added a video which plays as it should in portrait mode only. How do I change the orientation of only the video to landscape? Thanks.
Related
custom keyboard is properly working Landscape and portrait mode in all iPhone and iPad device and simulator, when run keyboard in iPad Pro then properly work in portrait mode then i go to landscape mode in iPad pro so keyboard frame is ruined in all outer app like safari, message etc, this issue only iPad pro, so how can solve this.
this keyboard properly work portrait and landscape mode on my app like this
When i use safari or another app so landscape frame is ruined like this
this keyboard is woking proper in all device just problem in iPad pro.
Thanks in advance..
I want to know whether there is any way to lock the orientation of only launch screen for iPad just like iPhone. As there is no landscape launch for iPhone I want to achieve a similar behaviour for iPad.
I'm developing an App that uses AVFoundation for recording video.
Currently I've my video orientation set, when the Device Rotate it changes de video rotation
[videoLayer.connection setVideoOrientation:currentOrientation];
But, when I play the video on Native Video Player it's shown on portrait, despite of being recorded on a landscape orientation.
Why this happens?
How I can fix this?
Thank you!
I recorded a video in my iPhone app and then saved it. When I play this video in MAC OS it is playing in portrait mode. But when same video is played in windows OS its orientations changes to landscape mode.
Why so? How to resolve it?
I am developing an ipad application which supports only portrait mode, but it has a feature to play you tube videos. I am playing them on webview.
How do I support landscape orientation for you tube videos when view controller supports only portrait mode?