Format icon indicating copy to clipboard operation
Format copied to clipboard

NSNumber' is not convertible to 'CLLocationDistance'

Open mueslifante opened this issue 6 years ago • 2 comments

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"

mueslifante avatar May 12 '18 08:05 mueslifante

Force downcast is a bad practice, should prefer if let instead ...

laszlotuss avatar Aug 27 '18 09:08 laszlotuss

Force downcast is a bad practice, should prefer if let instead ...

so??

mengxinyizhui avatar Jan 13 '21 05:01 mengxinyizhui