Skip to content

Commit 713cd09

Browse files
committed
fix for ios7 UIAlertView showing below SIAlert
1 parent 4581357 commit 713cd09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SIAlertView/SIAlertView.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#define BUTTON_HEIGHT 44
2727
#define CONTAINER_WIDTH 300
2828

29-
const UIWindowLevel UIWindowLevelSIAlert = 1999.0; // don't overlap system's alert
30-
const UIWindowLevel UIWindowLevelSIAlertBackground = 1998.0; // below the alert window
29+
const UIWindowLevel UIWindowLevelSIAlert = 1996.0; // don't overlap system's alert
30+
const UIWindowLevel UIWindowLevelSIAlertBackground = 1985.0; // below the alert window
3131

3232
@class SIAlertBackgroundWindow;
3333

0 commit comments

Comments
 (0)