Reputation: 227
Does anyone know how to achieve a gaussian blur effect on an UIView in iOS6? Similar to twitter's #music app when the filter menu is open. (the background under the menu becomes blurred)
Upvotes: 1
Views: 3723
Reputation: 483
I wrote a library RWBlurPopover based on GPUImage that can achieve similar gaussian blur effect when presenting a popover. Supports both iPhone and iPad, and runs on iOS 5.1+.
Upvotes: 1