We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i have an issue after install: in this function,
open func format(_ number: NSNumber, formatter: NumberFormatterCustomLocaleAvailable, locale: Locale) -> String
let distance = number as CLLocationDistance
NSNumber' is not convertible to 'CLLocationDistance' (aka 'Double'); did you mean to use 'as!' to force downcast?
xCode Version 9.3.1 (9E501) platform :ios, '10.0' swift_version = "4.0"
The text was updated successfully, but these errors were encountered:
Force downcast is a bad practice, should prefer if let instead ...
Sorry, something went wrong.
so??
No branches or pull requests
Hello, i have an issue after install:
in this function,
open func format(_ number: NSNumber, formatter: NumberFormatterCustomLocaleAvailable, locale: Locale) -> String
let distance = number as CLLocationDistance
NSNumber' is not convertible to 'CLLocationDistance' (aka 'Double'); did you mean to use 'as!' to force downcast?
xCode Version 9.3.1 (9E501)
platform :ios, '10.0'
swift_version = "4.0"
The text was updated successfully, but these errors were encountered: