Web Review

I am trying to find a way to make my ios web view in landscape mode and the rest of my application in portrait. Does anyone know if this is possible?

I have a video section that I link to vimeo. The vimeo video player is brought up in web browsing, which is the part that I would like in the landscape.

+3
source share
1 answer

you must do this programmatically in the shouldAutorotateToInterfaceOrientation file webview.transform=CGAffineTransformMakeRotation(M_PI/2);

+4
source

All Articles