SSCheckBoxView
SSCheckBoxView copied to clipboard
SSCheckBoxView is a check box UI control for iOS apps.
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...