Email or username:

Password:

Forgot your password?
Lickability

🤔 Ever wonder how to create a variable blur effect without dipping into undocumented APIs? So have we!

Anyway. Hope you’re having a nice week so far. #iOSDevTips

1 comment
Григорий Клюшников

Put several thin UIVisualEffectViews into a stack. Set them to different blur radiuses. Put another one on top to blur the visible discontinuities between them.

Go Up