CSNotificationView icon indicating copy to clipboard operation
CSNotificationView copied to clipboard

Option to disable blurring underlying view and setting opaque=NO

Open dan-y opened this issue 10 years ago • 1 comments

Would be great!

UPD: currently I do that using [[note.blurView.subviews firstObject] setBackgroundColor:[UIColor redColor]];

dan-y avatar Dec 04 '15 09:12 dan-y

I'm doing that this way

note.backgroundColor = color; // color is an UIColor [note.blurView setHidden:true]; // Don't want the blurred view

EstebanVallejo avatar Dec 21 '15 17:12 EstebanVallejo