TNCheckBoxGroup
TNCheckBoxGroup copied to clipboard
Customisable checkbox class for Objective-C
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
This pull requests corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...
how can i select a single checkbox from checkbox group?
Hi @frederik-jacques is it possible to use this via storyboard???
I would like to use it this way: ``` TNCircularCheckBoxData *adminCan = [[TNCircularCheckBoxData alloc] init]; adminCan.identifier = @"adminCan"; adminCan.labelText = @"Only admin can invite members"; adminCan.labelColor = [UIColor colorWithWhite:74/255. alpha:1.0];...
Changed this layout:  to this layout:  with 1-row fix :)
Auto property synthesis will not synthesize property 'data'; it will be implemented by its superclass, use @dynamic to acknowledge intention This is due to the fact that the superclass holds...
About NSInteger and text formatting. Should only let the warning autofix :)
while using TNCheckBoxGroup.