ImageViewer icon indicating copy to clipboard operation
ImageViewer copied to clipboard

IOS 13 Multiple scenes support

Open ekazaev opened this issue 5 years ago • 3 comments

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 })!
    }

ekazaev avatar Mar 16 '20 17:03 ekazaev

same

mostafa-m-sayed avatar Apr 06 '20 13:04 mostafa-m-sayed

does it's fixed?

fukemy avatar Jun 07 '20 05:06 fukemy

Same issue.

said13 avatar Feb 02 '21 07:02 said13