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

Frost background issue #27

Open
antonioreyna opened this issue Jul 22, 2014 · 1 comment
Open

Frost background issue #27

antonioreyna opened this issue Jul 22, 2014 · 1 comment

Comments

@antonioreyna
Copy link

Hello, I am showing this alert from a viewcontroller i pressented as modalview, but the frosted background is showing the root viewcontroller of the app, why?

thanks

@antonioreyna
Copy link
Author

well a fast work around for this was to change the line 824 on CXAlertView file to:

self.blurView.blurSuperView = self.containerView;

instead of:

self.blurView.blurSuperView = self.oldKeyWindow.rootViewController.view;

I hope this doesn't mess with something else

:)

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