nicklockwood / FXBlurView

[DEPRECATED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blurRadius set to zero

hrsalehi opened this issue · comments

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.