Created
July 9, 2015 14:07
-
-
Save elkraneo/a81bf613ef8e42619dc0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (instancetype)initWithTitle:(NSString *)title iconBadgeNumber:(int)number iconBadgeColor:(UIColor *)backgroundColor iconBadgeTextColor:(UIColor *)textColor action:(actionBasicBlock)action | |
{ | |
self = [[[NSBundle mainBundle] loadNibNamed:@"QBasicTableViewCell" owner:self options:nil] objectAtIndex:0]; | |
if (self) { | |
//le code | |
} | |
return self; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment