nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

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

Open ajay2c9 opened 8 years ago

ajay2c9 commented 8 years ago

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 commented 8 years ago

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