Skip to content

Option to disable blurring underlying view and setting opaque=NO #69

Open
@dan-y

Description

@dan-y

Would be great!

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

Activity

EstebanVallejo

EstebanVallejo commented on Dec 21, 2015

@EstebanVallejo

I'm doing that this way

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dan-y@EstebanVallejo

        Issue actions

          Option to disable blurring underlying view and setting opaque=NO · Issue #69 · problame/CSNotificationView