We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f88696 commit f0b364aCopy full SHA for f0b364a
Source/Ejecta/EJBindingEjectaCore.m
@@ -214,6 +214,7 @@ - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)index
214
case UIInterfaceOrientationLandscapeLeft: angle = -90; break;
215
case UIInterfaceOrientationLandscapeRight: angle = 90; break;
216
case UIInterfaceOrientationPortraitUpsideDown: angle = 180; break;
217
+ default: angle = 0; break;
218
}
219
return JSValueMakeNumber(ctx, angle);
220
0 commit comments