Skip to content
This repository was archived by the owner on Oct 10, 2018. It is now read-only.

Commit 3c8f0b7

Browse files
committed
Enabled more supported orientations
1 parent cab2f6d commit 3c8f0b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DRCollectionViewTableLayoutDemo/DRCollectionViewTableLayoutDemo/Supporting Files/DRCollectionViewTableLayoutDemo-Info.plist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@
3535
<key>UISupportedInterfaceOrientations</key>
3636
<array>
3737
<string>UIInterfaceOrientationPortrait</string>
38+
<string>UIInterfaceOrientationLandscapeLeft</string>
39+
<string>UIInterfaceOrientationLandscapeRight</string>
3840
</array>
3941
<key>UISupportedInterfaceOrientations~ipad</key>
4042
<array>
4143
<string>UIInterfaceOrientationLandscapeLeft</string>
4244
<string>UIInterfaceOrientationLandscapeRight</string>
45+
<string>UIInterfaceOrientationPortrait</string>
4346
</array>
4447
</dict>
4548
</plist>

0 commit comments

Comments
 (0)