How can blurriness of UIVisualEffectView be modified while dragging in iOS?
问题 Currently, I'm using a UIVisualEffectView to apply a blur to an image. I have a UIScrollView. As I pull down on the scrollView, in my "scrollViewDidScroll" method, I'm changing the alpha of the UIVisualEffectView. The current behavior of this is that the blur radius changes smoothly as I drag around in the view. The problem is, of course, I'm not supposed to be doing this. Getting warnings about changing the alpha value of a UIVisualEffectView. I've seen people say to do a smooth transition