SSCheckBoxView icon indicating copy to clipboard operation
SSCheckBoxView copied to clipboard

SSCheckBoxView is a check box UI control for iOS apps.

Results 3 SSCheckBoxView issues
Sort by recently updated
recently updated
newest added

In SSCheckBoxView.h: Leak here: ```Swift id delegate; ``` need change to: ```Swift __weak id delegate; ```

you have a pod install line specified, but no podespec in the source.

Getting the above warning on this line of code in the **touchesEnded** method: ``` [delegate performSelector: stateChangedSelector withObject:self]; ``` I don't want to change anything just in case it causes...