Support all types interface orientation

This commit is contained in:
AnAn 2018-10-23 00:09:17 +08:00 committed by iOS-FN
parent 4bd26fdae1
commit f1d11b3838
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>