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

Distortions are occurring while scrolling and push , pop and present the ViewControllers. #119

Open
ajay2c9 opened this issue Nov 19, 2015 · 5 comments

Comments

@ajay2c9
Copy link

ajay2c9 commented Nov 19, 2015

Hi .

i am using the below code for Blur effect,

self.blurView.blurRadius = 4.95;
self.blurView.dynamic = YES;
self.blurView.contentMode = UIViewContentModeRight;
self.blurView.layer.contentsGravity = kCAGravityBottomLeft;
[self.blurView setClipsToBounds:YES];
[self.blurView updateAsynchronously:YES completion:^{
//Whatever you want
}];
When push , pop and present the ViewControllers distortions are occurring, and when blur effect used for views in the uiscrollView, while scrolling distortions are occurring.

How to resolve these distortions.

Please give suggestions

@Mijail
Copy link

Mijail commented Jan 13, 2016

Same happens here, help would be appreciated.

@ajay2c9
Copy link
Author

ajay2c9 commented Jan 18, 2016

Check the below one may be it may help.

[self.userCoverProfilePicImgVw sd_setImageWithURL:[NSURL URLWithString:imgURL] placeholderImage:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
self.blurView1.blurRadius = 4.95;
self.blurView1.dynamic = NO;
[self.blurView1 updateAsynchronously:YES completion:^{
// Whatever you want

}];
    }];

@EvgenyKarkan
Copy link

Any updates on that?

@cloudfelipe
Copy link

Try to use [FXBlurView setUpdatesDisabled] or [FXBlurView setUpdatesEnabled] in ViewWill-DidAppear o Disappear to avoid that blur effect be update in any viewcontrollers transitions.

@FlorianBasso
Copy link

Anyone find a real solution please ?

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

5 participants