KLSwitch
KLSwitch copied to clipboard
Don't fire UI action events when calling setOn:animated programmatically
Apple's UISwitch doesn't send UI events when calling setOn:animated
programmatically. KLSwitch should mimick the same behavior.
From the docs:
Setting the switch to either position does not result in an action
message being sent.