We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a71a146 + 713cd09 commit 5d7d103Copy full SHA for 5d7d103
1 file changed
SIAlertView/SIAlertView.m
@@ -27,8 +27,8 @@
27
#define BUTTON_HEIGHT 44
28
#define CONTAINER_WIDTH 300
29
30
-const UIWindowLevel UIWindowLevelSIAlert = 1999.0; // don't overlap system's alert
31
-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
32
33
@class SIAlertBackgroundWindow;
34
0 commit comments