Skip to content

Commit a4d2d04

Browse files
committed
Allow all orientation on iPad
1 parent 3ff950d commit a4d2d04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KNSemiModalViewControllerDemo/KNSemiModalViewControllerDemo-Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
<array>
4545
<string>UIInterfaceOrientationLandscapeLeft</string>
4646
<string>UIInterfaceOrientationLandscapeRight</string>
47+
<string>UIInterfaceOrientationPortrait</string>
48+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
4749
</array>
4850
</dict>
4951
</plist>

0 commit comments

Comments
 (0)