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

Blur effect is not working properly when image loading lately. #118

Open
ajay2c9 opened this issue Nov 19, 2015 · 1 comment
Open

Blur effect is not working properly when image loading lately. #118

ajay2c9 opened this issue Nov 19, 2015 · 1 comment

Comments

@ajay2c9
Copy link

ajay2c9 commented Nov 19, 2015

Hi,

I am loading a image using SDWebimage on the top of the image i am using the Blur effect using this code.
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 the image loading fastly the blur effect is working fine it look like this
screen shot 2015-11-19 at 5 41 18 pm
when images loading little late the blur effect shows like this
screen shot 2015-11-19 at 5 54 01 pm.

how to get the same blur effect while the images are loading lately.

Please give suggestions.

@ghost
Copy link

ghost commented Jan 13, 2016

I just Encountered the same issue, also the circumstances when called scrollview scrollsToTop

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