Closed p-z-l closed 4 years ago
UIApplication.shared.openURL(...) has now been renamed to UIApplication.shared.open(...) in new versions of Swift.
UIApplication.shared.openURL(...)
UIApplication.shared.open(...)
Under some conditions, this will cause the app fail to build
Looks good, thanks for reviewing!
UIApplication.shared.openURL(...)
has now been renamed toUIApplication.shared.open(...)
in new versions of Swift.Under some conditions, this will cause the app fail to build