FMPhotoPicker icon indicating copy to clipboard operation
FMPhotoPicker copied to clipboard

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

Open wengyunqiang opened this issue 1 year ago • 0 comments

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.

wengyunqiang avatar May 30 '23 12:05 wengyunqiang