We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4581357 commit 713cd09Copy full SHA for 713cd09
1 file changed
SIAlertView/SIAlertView.m
@@ -26,8 +26,8 @@
26
#define BUTTON_HEIGHT 44
27
#define CONTAINER_WIDTH 300
28
29
-const UIWindowLevel UIWindowLevelSIAlert = 1999.0; // don't overlap system's alert
30
-const UIWindowLevel UIWindowLevelSIAlertBackground = 1998.0; // below the alert window
+const UIWindowLevel UIWindowLevelSIAlert = 1996.0; // don't overlap system's alert
+const UIWindowLevel UIWindowLevelSIAlertBackground = 1985.0; // below the alert window
31
32
@class SIAlertBackgroundWindow;
33
0 commit comments