We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc1152 commit f2a8ff5Copy full SHA for f2a8ff5
1 file changed
FEAlertController/FEAlertController.m
@@ -211,7 +211,7 @@ - (void)showInNewWindow {
211
self.fromWindow = [UIApplication sharedApplication].keyWindow;
212
213
UIWindow *newWindow = [[UIWindow alloc] init];
214
- newWindow.bounds = [UIScreen mainScreen].bounds;
+ newWindow.frame = [UIScreen mainScreen].bounds;
215
newWindow.backgroundColor = [UIColor clearColor];
216
newWindow.windowLevel = self.fromWindow.windowLevel + 1;
217
self.alertWindow = newWindow;
0 commit comments