Open colasbd opened 8 years ago
I guess (I don't know swift) that you need to make TIPBadgeManager
a subclass of NSObject
@colasbd thanks for submitting this! Give me a few days to see if I can figure this out, or push a release that inherits from NSObject. I'll keep you in the loop.
Ok @johncosch in the meanwhile, I decided not to use badges but that will be cool for future users ;-)
I have been able to install
TIPBadgeManager
in a Objective-C project but I am not able to use it.In my class, I do
#import <TIPBadgeManager/TIPBadgeManager-Swift.h>
But the related file does not define a class for
TIPBadgeManager
...Here is the file