Skip to content

唤起遮罩背景是黑色的隐藏后屏幕全是黑的 #69

Closed
@ws1227

Description

@ws1227

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

Activity

bosong

bosong commented on Aug 31, 2021

@bosong

你可以尝试替换:

  • (UIWindow *)appWindow {
    return [UIApplication sharedApplication].windows[0];
    }
    为 :

  • (UIWindow *)appWindow {
    return [UIApplication sharedApplication].delegate.window;
    }

NikKovIos

NikKovIos commented on Sep 5, 2024

@NikKovIos
Collaborator

Please reopen with correct description on English. Use translate services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bosong@ws1227@NikKovIos

        Issue actions

          唤起遮罩背景是黑色的隐藏后屏幕全是黑的 · Issue #69 · Friend-LGA/LGAlertView