I have a UIImageView with a .png inside it. I want to blur the image during runtime. How do I do that?
Asked
Active
Viewed 3,820 times
2
-
Your question is pretty vague – asmgx Mar 03 '19 at 00:52
-
I asked this 9 years ago, I was first learning to code. I was only trying to blur an image in a `UIImageView` – Jab Mar 03 '19 at 00:55
1 Answers
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