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

the effect is wrong while on the way to a new UIViewController #114

Open
crazy8 opened this issue Sep 17, 2015 · 1 comment
Open

the effect is wrong while on the way to a new UIViewController #114

crazy8 opened this issue Sep 17, 2015 · 1 comment

Comments

@crazy8
Copy link

crazy8 commented Sep 17, 2015

image

the blur effect is disappear while the ViewController will disappear.

@cloudfelipe
Copy link

Just use this to avoid that wrong effect:

-(void)viewWillDisappear:(BOOL)animated{ [super viewWillDisappear:animated]; [FXBlurView setUpdatesDisabled]; }

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

2 participants