7

I have an iPhone Storyboard and iPad Storyboard in my xCode project. In my iPhone version, I only want portrait mode to work (which is already there).

Now, I have added a storyboard for iPad, but iPad is working only with Portrait mode. However, I want the iPad to work in Portrait and Landscape and the iPhone to remain as portrait only

Please advise.

Deepak Bharati
  • 280
  • 2
  • 13
Omar
  • 979
  • 3
  • 16
  • 26
  • 1
    It is too easy, you could have searched your own. Do some effort before asking the question. And i think, there are already answers available for this on stackoverflow. any way I h'v put the answer below. – Deepak Bharati Dec 26 '13 at 14:48

2 Answers2

13

Select your project -> Target -> Deployement info -> iPhone. and checkmark as follow:

for iPhone:

for iPhone

And for iPad:

for iPad

Deepak Bharati
  • 280
  • 2
  • 13
0

Select your Project from document directory. Go to Targets->General->Deployment Info Here you will have iPhone and iPad options with relevant orientation info. Checkmark the orientations you want, specific to device.