UISwitch in iOS 7 spamming UIControlEventValueChanged on drag when value is not changing

Sample app demonstrating issue. I think the work around is going to be tracking previous switch state in my view or view controller. https://github.com/jonnolen/uiswitch_repeated_value_changed_bug

Comments