You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
based on the user interacting with the switch and
not when calling setOn:animated: programmatically.
This makes it consistent with Apple's UISwitch
behavior.
[KieranLafferty#15]
Apple's UISwitch doesn't send UI events when calling
setOn:animated
programmatically. KLSwitch should mimick the same behavior.From the docs:
The text was updated successfully, but these errors were encountered: