Option to disable blurring underlying view and setting opaque=NO
Opened this issue · 1 comments
dan-y commented
Would be great!
UPD:
currently I do that using
[[note.blurView.subviews firstObject] setBackgroundColor:[UIColor redColor]];
EstebanVallejo commented
I'm doing that this way
note.backgroundColor = color; // color is an UIColor
[note.blurView setHidden:true]; // Don't want the blurred view