08

I’m gonna show you how to create a method that will take in a UIImage and output a blurred version of the image (also as a UIImage). It’s easy to get to and from a CGImageRef via a UIImage, so I’m not going to cover that, but it will be in the sample code provided.