Nikita Starshinov
Nikita Starshinov
Currently, no. As a workaround overlay Color.black.opacity(...) to Color.clear gradient. In fact I disable darkening and saturation layers of UIVisualEffectView because it creates a visible line at clear end of...
Oh, you use `makeGradientImage`. Nice. Note that `variableBlur` uses opacity to determine blur radius so if you reuse the same clear to 0.7 black gradient, variable blur will only go...
This might be a better default but I don't think it's worth changing in a minor update. In UIKit there's `isUserInteractionEnabled = false` like you mentioned and in SwiftUI use...