I have seen many libraries and examples on how to blur everything found behind a UIView. I would like to do something similar.
In my UIView I am drawing a custom shape using UIBezierPaths and everything else is transparent - I would like to fill this bezier path with a blurred version of what is underneath it.
So, how can I blur what is found beneath a UIBezierPath without blurring an entire UIView?