Closed shubham14896 closed 4 years ago
Good catch! Fixed in version 1.10.2.
This update introduces a crash with iOS 10. The App crashes when the MultiSlider is deallocated. "An instance 0x17b97d80 of class NSNumberFormatter was deallocated while key value observers were still registered with it."
True. It seems removeObserver()
is completed only after the old formatter is discarded, and not synchronously.
I disabled the fix for iOS < 11, so in 1.10.4 you will have neither the crash nor the fix on old iOS versions.
Description of the problem: [description]
Minimal project that reproduces the problem (so I'll be able to figure out how to fix it): [github repo or a zipped project]