Question

I have a UIImageView with a .png inside it. I want to blur the image during runtime. How do I do that?

Was it helpful?

Solution

You probably want something like a Gaussian Blur which you can google for loads of information and algorithms. I also found How to implement a box or gaussian blur on iphone post for you which has some tricks for the iPhone.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top