Top "Landscape" questions

A page or device orientation in which the horizontal axis is longer than the vertical axis.

Changing to landscape in interface builder. Xcode 4 (iOS)

I'm working on an iPad app that's going to be in landscape. But how I change so the window in …

ios interface-builder landscape
Storyboards orientation support for xCode 4.2?

I upgraded to xCode 4.2 and it's new Storyboards feature. However, could not find a way to support both portrait and …

iphone landscape storyboard xcode4.2 device-orientation
android camera stretched in landscape mode

The app I'm writing requires camera functionality. So to learn about how to operate the camera, I followed this script: …

java android camera landscape stretched
screen orientations in Android, landscape

I would like to know how to modify views when the phone orientation is changed. Like for example my app …

android background-image landscape landscape-portrait
ipad portrait orientation css, only landscape will work

if you go here on an iPad, http://eastcoworldwide.com/Proofs/mint/index.html and click through to Chapter1 > …

css ipad orientation landscape portrait
Resizing UINavigationBar on rotation

I have a subclass of UIViewController which handles a UIView. The viewcontroller is presented modally (it slides up from the …

iphone rotation uinavigationbar landscape autoresize
WPF to XPS in landscape orientation

i am trying to to generate a XPS Document from a WPF Control. Printing works so far, but i cannot …

c# wpf orientation xps landscape
AVCaptureVideoPreviewLayer landscape orientation

How can I get 'AVCaptureVideoPreviewLayer' to display properly in landscape orientation? It works fine in portrait but doesn't rotate, and …

ios avfoundation calayer landscape
landscape mode in tablet only

My app has to support landscape/portrait mode only for tablets, phones will only support portrait mode. What is the …

android landscape tablet
Configure UIScrollView content with autolayout, insets for keyboard, and rotation to landscape

I'm fighting with scrollviews in autolayout (iOS 6,7) for some time now, and it's getting depressing. Consider a simple entry form …

ios uiscrollview autolayout landscape