apiech
Results
2
issues of
apiech
my app has the status bar hidden so (on iOS8 and possibly other versions), [[UIApplication sharedApplication] statusBarFrame].size returns (0, 0). This is causing JCNotificationPresenters to put the banner half off...
could also consider [[UIApplication sharedApplication] statusBarHidden] instead of checking for CGSizeZero? maybe remove reliance on the status bar entirely and just center the banner in the parent window?