1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS

This commit is contained in:
hogliux 2015-07-16 12:33:10 +01:00
parent c2c0795aea
commit 0e6c3ab68f

View file

@ -654,6 +654,7 @@ private:
static const char* kDefaultiOSOrientationStrings[] =
{
"UIInterfaceOrientationPortrait",
"UIInterfaceOrientationPortraitUpsideDown",
"UIInterfaceOrientationLandscapeLeft",
"UIInterfaceOrientationLandscapeRight",
nullptr