CB-12366: (ios) Reduce tmpWindow level to prevent overlapping statusbar
This closes #209
This commit is contained in:
parent
783c23b663
commit
c6ffd69e9c
@ -243,7 +243,7 @@
|
||||
UIWindow *tmpWindow = [[UIWindow alloc] initWithFrame:frame];
|
||||
UIViewController *tmpController = [[UIViewController alloc] init];
|
||||
[tmpWindow setRootViewController:tmpController];
|
||||
[tmpWindow setWindowLevel:UIWindowLevelAlert];
|
||||
[tmpWindow setWindowLevel:UIWindowLevelNormal];
|
||||
|
||||
[tmpWindow makeKeyAndVisible];
|
||||
[tmpController presentViewController:nav animated:YES completion:nil];
|
||||
|
Loading…
Reference in New Issue
Block a user