唤起遮罩背景是黑色的隐藏后屏幕全是黑的
Activity
bosong commentedon Aug 31, 2021
你可以尝试替换:
(UIWindow *)appWindow {
return [UIApplication sharedApplication].windows[0];
}
为 :
(UIWindow *)appWindow {
return [UIApplication sharedApplication].delegate.window;
}
NikKovIos commentedon Sep 5, 2024
Please reopen with correct description on English. Use translate services.