Skip to content

Commit 5d7d103

Browse files
committed
Merge pull request Sumi-Interactive#56 from mfkp/master
fix for ios7 UIAlertView showing below SIAlert
2 parents a71a146 + 713cd09 commit 5d7d103

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
@@ -27,8 +27,8 @@
2727
#define BUTTON_HEIGHT 44
2828
#define CONTAINER_WIDTH 300
2929

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

3333
@class SIAlertBackgroundWindow;
3434

0 commit comments

Comments
 (0)