congnd / FMPhotoPicker

A modern, simple and zero-dependency photo picker with an elegant and customizable image editor
MIT License
765 stars 128 forks source link

Crash ,in iOS 13 and up version,UIApplication.shared.delegate?.window??.rootViewController = nil #70

Open wengyunqiang opened 1 year ago

wengyunqiang commented 1 year ago

FMWarningView

line 28

let rootVC = (UIApplication.shared.delegate?.window??.rootViewController)!

That's because the window property belongs to the scene delegate, not the app delegate.