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;
}
修改代码 背景黑屏
上一篇 下一篇

猜你喜欢

热点阅读