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)
https://github.com/Friend-LGA/LGAlertView/issues/69
+ (UIWindow *)appWindow {
return [UIApplication sharedApplication].windows[0];
}
替换成
+ (UIWindow *)appWindow {
return [UIApplication sharedApplication].delegate.window;
}
本文标题:LGAlertView 遮罩背景是黑色的隐藏后屏幕全是黑的
本文链接:https://www.haomeiwen.com/subject/wkgoydtx.html
网友评论