0

I want to disable the landscape orientation for my new iOS quiz app. in android it is very simple and i know how to do it but i am not able to find suitable file in iOS from where I can stop the app orientation. Thanks in advance for the help.

rmaddy
  • 314,917
  • 42
  • 532
  • 579

2 Answers2

1

enter image description hereIt is more simple in iOS as well select your project name in Xcode and navigate to general and in deployment, info unchecks the landscape left and right that's it.

Vishal Sharma
  • 1,051
  • 2
  • 8
  • 15
0
  1. Click on the name of your project
  2. Choose your target from the Targets list
  3. Go to the General tab
  4. In the Deployment Info section, select the orientations that you want to keep

Deployment Info

ielyamani
  • 17,807
  • 10
  • 55
  • 90