2

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

Jab
  • 26,853
  • 21
  • 75
  • 114

1 Answers1

1

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.

Community
  • 1
  • 1
willcodejavaforfood
  • 43,223
  • 17
  • 81
  • 111