Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS 13 Multiple scenes support #240

Open
ekazaev opened this issue Mar 16, 2020 · 3 comments
Open

IOS 13 Multiple scenes support #240

ekazaev opened this issue Mar 16, 2020 · 3 comments

Comments

@ekazaev
Copy link

ekazaev commented Mar 16, 2020

In IOS 13 window property is deprecated and SceneDelegate is being used.

The following code crashes

    static var applicationWindow: UIWindow {
        return (UIApplication.shared.delegate?.window?.flatMap { $0 })!
    }
@mostafa-m-sayed
Copy link

same

@fukemy
Copy link

fukemy commented Jun 7, 2020

does it's fixed?

@said13
Copy link

said13 commented Feb 2, 2021

Same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants