Im using an UIColor Ext to include some custom colors in my project. with your plugin,
[UIColor colorWithRed:254 green:67 blue:101 alpha:1.0]; doesnt show the color
+ (UIColor *)badgeColor { return [UIColor colorWithRed:254 green:67 blue:101 alpha:1.0]; }
this is what im using