Would be great! UPD: currently I do that using `[[note.blurView.subviews firstObject] setBackgroundColor:[UIColor redColor]];`
Activity
EstebanVallejo commentedon Dec 21, 2015
I'm doing that this way
note.backgroundColor = color; // color is an UIColor
[note.blurView setHidden:true]; // Don't want the blurred view