I\'m creating a Universal application using Swift. I have used Storyboard and Auto-Layouts. Requirement is of creating a universal application which will support Portrait orient
Go to the info.plist file and add an array with key "Supported interface orientations (iPhone)" and add the following values in it:
Similarly, add another array "Supported interface orientations (iPad)" and add the following:
See below: