escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.08k stars 637 forks source link

[[UIApplication sharedApplication] openURL:] causing crashes with Xcode 11 iOS 13 update #751

Open mmmcloughlin opened 4 years ago

mmmcloughlin commented 4 years ago

[[UIApplication sharedApplication] openURL:] has been deprecated by Apple since iOS 10 and it is completely removed in iOS 13. All instances of this method will cause a crash at runtime. The methods need to be updated to [[UIApplication sharedApplication] openURL:options:completionHandler:]