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

add blur navigationBar add handle tap blurView #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bumaociyuan
Copy link

add blur navigationBar add handle tap blurView

@b-raines
Copy link

For some reason this doesn't seem to be blurring the navBar for me.

@vicc
Copy link

vicc commented Jul 24, 2014

@b-raines I haven't tested this out yet, but it looks like it could be due to a result of the blurView being added to a subview of your navigationController's view (thus always appearing below your navBar). Try searching for the following line in the .m file

[[self.class zx_topViewController].navigationController.view addSubview:blurView];

and change it to:

[[self.class zx_topViewController].navigationController.view.window addSubview:blurView];

This should add it to its window.

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

Successfully merging this pull request may close these issues.

3 participants