problame/CSNotificationView

Option to disable blurring underlying view and setting opaque=NO

Opened this issue · 1 comments

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