EverCoding
Results
2
issues of
EverCoding
There is no root view controller in your application delegate, so your demo crashed and I fixed it! - (BOOL)application:(UIApplication _)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen]...
if u want to customize the bage size, set the badgeMinWidth property to a nonzero value, if u want to use the default size, just not set any value to...