I created a completely new, single-view iOS universal Swift app. Then, I unchecked \"Landscape Left\" and \"Landscape Right\" in the app settings. I ran it on my iPhone, and hoo
There are separate entries in Info.plist for iPhone and iPad supported orientations.
You need to modify Info.plist and remove landscape entries for UISupportedInterfaceOrientations~ipad key.