https://github.com/Friend-LGA/LGAlertView/issues/69
+ (UIWindow *)appWindow {
return [UIApplication sharedApplication].windows[0];
}
替换成
+ (UIWindow *)appWindow {
return [UIApplication sharedApplication].delegate.window;
}
修改代码
背景黑屏
网友评论