Krisiacik / ImageViewer

An image viewer à la Twitter
MIT License
2.53k stars 385 forks source link

IOS 13 Multiple scenes support #240

Open ekazaev opened 4 years ago

ekazaev commented 4 years ago

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 commented 4 years ago

same

fukemy commented 4 years ago

does it's fixed?

said13 commented 3 years ago

Same issue.