Zaphod
Zaphod

Reputation: 7280

Default device orientation in Xcode 6

I've set up a new single view project in Xcode 6 for universal devices. This app is to run only in landscape mode on iPhones (even 6 and 6+) and any orientation on iPads. In Xcode 5, you could specify in Deployment Info what device orientation can be used for iPhones and iPads. But in Xcode 6, it seems to have only one choice for all devices. This must be for the adaptive simplification process, I guess...

But, anyway, how can I specify these available orientations?

Upvotes: 4

Views: 3595

Answers (1)

PREMKUMAR
PREMKUMAR

Reputation: 8349

Check the below screen shot you have option in xcode6.

enter image description here

Upvotes: 3

Related Questions