Open zdennis opened 10 years ago
Apple's UISwitch doesn't send UI events when calling setOn:animated programmatically. KLSwitch should mimick the same behavior.
setOn:animated
From the docs:
Setting the switch to either position does not result in an action message being sent.
Apple's UISwitch doesn't send UI events when calling
setOn:animated
programmatically. KLSwitch should mimick the same behavior.From the docs: