nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

blurRadius set to zero #128

Open hrsalehi opened 8 years ago

hrsalehi commented 8 years ago

I want to blur my image from 0 to 100 percent but initial value has a little blue itself so even with blurRadius = 0 the view shows a little blur. I have a scroll view and I change the blurRadius with - (void)scrollViewDidScroll:(UIScrollView *)scrollView method but when I reach to the first of scroll view a little blur remains.