CSNotificationView
CSNotificationView copied to clipboard
CSNotificationView/CSNotificationView.m:385:100: 'sharedApplication' is unavailable
Semantic issue
.../CSNotificationView/CSNotificationView.m:385: 100 : 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead.
CGFloat top = MIN([UIApplication sharedApplication].statusBarFrame.size.height, [UIApplication sharedApplication].statusBarFrame.size.width);
