We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e5e73 commit 4dd4228Copy full SHA for 4dd4228
1 file changed
SIAlertView/SIAlertView.m
@@ -324,7 +324,7 @@ - (void)show
324
UIWindow *window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
325
window.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
326
window.opaque = NO;
327
- window.windowLevel = UIWindowLevelAlert;
+ window.windowLevel = UIWindowLevelAlert + 1.0;
328
window.rootViewController = viewController;
329
self.alertWindow = window;
330
}
0 commit comments