How to get the gaussian blur effect on a UIView in iOS6

纵然是瞬间 提交于 2019-12-24 08:59:41

问题


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)


回答1:


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+.



来源:https://stackoverflow.com/questions/16182788/how-to-get-the-gaussian-blur-effect-on-a-uiview-in-ios6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!