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