Search code examples
iosxcode9

how to use landscape right only in xcode


I don't want my app to change the orientation to landscape on the left side but just keep it in the right if the user changes the orientation of the screen. How do I do it ?


Solution

  • Under General settings of your app, go to deployment info , uncheck landscape left

    enter image description here