ImageViewer
ImageViewer copied to clipboard
IOS 13 Multiple scenes support
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 })!
}
same
does it's fixed?
Same issue.