GPUImage: Darker iOS 7 Blur Effect
问题 I need a reliable, efficient method to create iOS 7 blur effect. I've implemented Apple's applyBlurWithRadius from WWDC code (UIImage+ImageEffects) . It is pretty flexible actually, it allows to change tintColor also which provides to create a darker blur effect like this: But it relies on the Core Graphics and it is decreasing the scrolling performance in a table view. Then I've seen BradLarson's GPUImage library and it's GPUImageiOSBlurFilter method which replicates the iOS 7 effect and it