xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.77k stars 1.33k forks source link

MeasurementFormatter not support #2211

Open miaoruiyuan opened 2 years ago

miaoruiyuan commented 2 years ago
let numberFormatter = MeasurementFormatter()
let km = Measurement<UnitLength>(value: 2000, unit: .kilometers)
formatter = numberFormatter

its will crash

miaoruiyuan commented 2 years ago

override func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>?, for string: String, range rangep: UnsafeMutablePointer<NSRange>?)

How can I not use this protocol?

mats-claassen commented 2 years ago

Have a look at #2047