CSNotificationView
CSNotificationView copied to clipboard
Drop-in, semi-translucent and blurring notification view.
«Empty block filled with **void** «Added some init method (designated initializers) «Added Version control statements iOS 8 and above «Removed some unused vars
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...
Offers the user to use a custom symbol view in place of the activity indicator/icon/image.
I have one Side Panel View controller that contains one CenterPanel (TabBarController) and SidePanel- (ViewController) Tab Bar controller contains two NavigationController each having one ViewController. Is there any way to...
NSAssert is no needed anymore
Add Installation via Cocoapods
CSNotificationView disappears randomly ``` swift Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look...
Fix https://github.com/problame/CSNotificationView/issues/70
Would be great! UPD: currently I do that using `[[note.blurView.subviews firstObject] setBackgroundColor:[UIColor redColor]];`