MIBadgeButton icon indicating copy to clipboard operation
MIBadgeButton copied to clipboard

iOS custom badge button designed for iOS 6&7.

Results 4 MIBadgeButton issues
Sort by recently updated
recently updated
newest added

+(id)buttonWithType:(UIButtonType)t { return [[MIBadgeButton alloc] init]; } change it to +(id)buttonWithType:(UIButtonType)t { return [[self alloc] init]; }

This function is very important to me, please.

Hey man! nice badge) I have an issue for example if I use for my button `button.layer.borderWidth` then It cause an issue with drawing border over chat button.