Skip to content

Commit

Permalink
Merge pull request #94 from kee23/master
Browse files Browse the repository at this point in the history
Update for split-screen multitasking on iOS 9
  • Loading branch information
vikmeup committed Sep 17, 2015
2 parents 4a514b2 + ea49ddb commit 28adda5
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 104 deletions.
13 changes: 13 additions & 0 deletions Example/SCLAlertViewExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,18 @@
<false/>
</dict>
</dict>
<key>UISupportedInterfaceOrientations~iphone</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
</dict>
</plist>
Loading

0 comments on commit 28adda5

Please sign in to comment.