Universal application with Portrait orientation for iPhone and Landscape orientation for iPad
Go to the info.plist file and add an array with key "Supported interface orientations (iPhone)" and add the following values in it:
- Portrait (bottom home button)
Similarly, add another array "Supported interface orientations (iPad)" and add the following:
- Portrait (bottom home button)
- Landscape (left home button)
- Landscape (right home button)
See below: