iOS-SwitchView
iOS-SwitchView copied to clipboard
setChecked or toggle method does not update the UI
When using mySwitch.setChecked(true); it updates the state but the toggle is on the left, i.e. the UI is not getting updated. How can this issue be resolved?