Xfcmy
Results
1
comments of
Xfcmy
crash on guard let appDelegate = UIApplication.shared.delegate else { fatalError() } guard let window = appDelegate.window else { fatalError() } can fix by var windowOption = UIApplication.shared.delegate?.window if windowOption ==...