iOS7以上图片模糊效果

模糊后的效果

模糊后的效果

框架UIImage+BlurredFrame里的

applyLightEffectAtFrame方法

例如

bgImage = [bgImage applyLightEffectAtFrame:CGRectMake(0, 0, bgImage.size.width, bgImage.size.height)];
原文地址:https://www.cnblogs.com/songxing10000/p/5020889.html