You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: