CSNotificationView
CSNotificationView copied to clipboard
Option to disable blurring underlying view and setting opaque=NO
Would be great!
UPD:
currently I do that using
[[note.blurView.subviews firstObject] setBackgroundColor:[UIColor redColor]];
I'm doing that this way
note.backgroundColor = color; // color is an UIColor [note.blurView setHidden:true]; // Don't want the blurred view