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
In my app I prepare the switch state and observe the UIControlEventValueChanged event on it, to change some internal state.
The problem is that I receive the UIControlEventValueChanged event even if I set the state of the switch. With UISwitch object this doesn't happen.
The problem come from the last parameter on the setOn:animated: method in DCRoundSwitch class
In my app I prepare the switch state and observe the UIControlEventValueChanged event on it, to change some internal state.
The problem is that I receive the UIControlEventValueChanged event even if I set the state of the switch. With UISwitch object this doesn't happen.
The problem come from the last parameter on the setOn:animated: method in DCRoundSwitch class
The text was updated successfully, but these errors were encountered: