Upvote:1

To turn off Landscape support ...

  1. Go to the project's build, deployment, resource etc settings by clicking on the project's root in Xcode's Project Navigator window.
  2. Under the Project section, select the iOS target instance of the app.
  3. Select the General tab (if it's not already on that)
  4. Under the General tab's Deployment Info section, adjust the supported Device Orientations as needed, i.e. uncheck the Landscape options.

Credit Goes to: stackoverflow.com

Related question with same questions but different answers