美文网首页
LGAlertView 遮罩背景是黑色的隐藏后屏幕全是黑的

LGAlertView 遮罩背景是黑色的隐藏后屏幕全是黑的

作者: 喵喵粉 | 来源:发表于2023-06-28 17:38 被阅读0次

    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