MBSwitch icon indicating copy to clipboard operation
MBSwitch copied to clipboard

An iOS7 style UISwitch for iOS < 7

Results 8 MBSwitch issues
Sort by recently updated
recently updated
newest added

How would one add MBSwitch as or into a Bar Button Item in the navigation bar? I've so far been unable to do this.

`- (void)setOn:(BOOL)on animated:(BOOL)animated` UISwitch does not send events when this is called, so neither should you.

In Accessibility mode if a VoiceOver mode is turned on, the switch stops responding. We are using MBSwitch in a TableView. Any help will be appreciated.

Great library. Would you mind adding a 1.0 release tag, that way it can be used via CocoaPods, etc. and it will be easier to keep track of which version...

Im trying to change the onTintColor for the switch, but when I change it and the switch is on the color changes for a second and then go back to...

After loading MBSwitch, I tried to setFrame: to resize the control. But the width is not changed.

Looks like a lot of the logic for this was taken from @domesticcatsoftware project https://github.com/domesticcatsoftware/DCRoundSwitch should include a link/credit to that somewhere in the readme