onmyway133 / blog

🍁 What you don't know is what you haven't learned
https://onmyway133.com/
MIT License
675 stars 33 forks source link

MeasurementFormatter not support #872

Closed miaoruiyuan closed 2 years ago

miaoruiyuan commented 2 years ago

let numberFormatter = MeasurementFormatter() let km = Measurement<UnitLength>(value: 2000, unit: .kilometers) formatter = numberFormatter

its will crash