Skip to content

kohlerjp/HBHashButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HBHashButton

To install, download the source code into your project.

In your project add the line

#import "UIButton+HBHashButton.h"

UIButtons can now act like a NSMutableDictionary

###Example

UIButton *button = [UIButton alloc]initWithFrame:CGRectMake:(0,0,100,90)];
[button setObject:@"Hello World" forKey:@"value"];

NSLog(@"Value is: %@",[button objectForKey:@"value"])

About

Adding a hashing system to UIButtons through categories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published