Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bgView opacity #10

Open
xarlotie opened this issue Jul 27, 2015 · 1 comment
Open

Remove bgView opacity #10

xarlotie opened this issue Jul 27, 2015 · 1 comment

Comments

@xarlotie
Copy link

Hi,

how do we set alpha of bgView to 0 but make menuTable still visible. Thanks!

@ghost
Copy link

ghost commented Nov 12, 2015

Comment out these lines in setupButton function:

UIBlurEffect *blur = [UIBlurEffect effectWithStyle:UIBlurEffectStyleExtraLight];
UIVisualEffectView *vsview = [[UIVisualEffectView alloc]initWithEffect:blur];

vsview.frame = _bgView.bounds;
_bgView = vsview;

Set background view to clear color:

_bgView.backgroundColor = [UIColor clearColor];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant