TNCheckBoxGroup icon indicating copy to clipboard operation
TNCheckBoxGroup copied to clipboard

Customisable checkbox class for Objective-C

Results 13 TNCheckBoxGroup issues
Sort by recently updated
recently updated
newest added

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: ![111](https://cloud.githubusercontent.com/assets/702124/7440862/c19b4e0c-f0d5-11e4-92af-f05a67708d5a.png) to this layout: ![222](https://cloud.githubusercontent.com/assets/702124/7440864/c5e1793c-f0d5-11e4-8563-3d0f92760ebb.png) 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.