This sounds trivial but I\'m noticing some weirdness. I\'ve wired up a handler for the Value Changed event of a UISwitch. What I would expect is that each time the hand
When you toggle the switch off/On the "value changed" has been called.So you can detecting a change in switch by calling method on valueChanged.