I'm wondering if it's possible to blur everything behind a view... Those things are expected to move.
Example: I have an UIViewcontroller containing an UITableView, and a small UIView over it, wich can be moved with touch. I want this view to be transparent but blurring anything behind it, to achieve an effect similar to this one : http://www.codeproject.com/KB/dialog/rtaGlassEffectLib/rtaGlassEffect.png
So... possible or not ?