LGAlertView 遮罩背景是黑色的隐藏后屏幕全是黑的
2023-06-28 本文已影响0人
喵喵粉
https://github.com/Friend-LGA/LGAlertView/issues/69
+ (UIWindow *)appWindow {
return [UIApplication sharedApplication].windows[0];
}
替换成
+ (UIWindow *)appWindow {
return [UIApplication sharedApplication].delegate.window;
}
![](https://img.haomeiwen.com/i13793643/bfb20b566b34b1c3.png)
![](https://img.haomeiwen.com/i13793643/dd7a1baa929839a7.png)