We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm having the same issue mentioned in http://www.scriptscoop.net/t/5baff8171039/uitableview-dcroundswitch-in-custom-cell-fires-on-table-reload.html. As of a solution I found that one of the answers works pretty well, which is in DCRoundSwitch.m file, locate method:
Deleting below lines; [[self allTargets] makeObjectsPerformSelector:@selector(retain)]; [[self allTargets] makeObjectsPerformSelector:@selector(release)];
Would be great if the author can update the source. Of note, I'm using this via cocoa pods.
Thank you very much for providing such a cool custom switch!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm having the same issue mentioned in http://www.scriptscoop.net/t/5baff8171039/uitableview-dcroundswitch-in-custom-cell-fires-on-table-reload.html. As of a solution I found that one of the answers works pretty well, which is in DCRoundSwitch.m file, locate method:
Deleting below lines;
[[self allTargets] makeObjectsPerformSelector:@selector(retain)];
[[self allTargets] makeObjectsPerformSelector:@selector(release)];
Would be great if the author can update the source. Of note, I'm using this via cocoa pods.
Thank you very much for providing such a cool custom switch!
The text was updated successfully, but these errors were encountered: