MIBadgeButton icon indicating copy to clipboard operation
MIBadgeButton copied to clipboard

can't support subclass

Open svenhaun opened this issue 7 years ago • 0 comments

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

change it to

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

svenhaun avatar Jun 12 '17 06:06 svenhaun