Demo project that shows how to customize the blur effect using Swift.
This project is the supporting material for this article.
You may probably know about UIKit’s UIBlurEffect. But the problem is that sometimes design 👩🎨 requires a blur with intensity or opacity that is different from the only 3 non-customizable blur effects that Apple provides.
The motivation is to use the advantage of UIKit’s blur effect to implement a fairly “custom” blur effect of different colors and alpha values.
Read more in the article.