boxBlur is a pod for a simple interface to blur background images using the Accelerate framework. This allows for 5 simple methods to implement a comprehensive background blurring solution. Enjoy!
This code was re-used from the WWDC Apple Conference andnd should be credited to them. If you would like to download the original source code feel free to get it from Apple Developer - Sample Code
To run the example project; clone the repo, and run pod install from the Project directory first.
boxBlur is available through CocoaPods, to install it simply add the following line to your Podfile:
pod "boxBlur"
Feel free to download it straight from source as it is approved from CocoaPods
pod 'boxBlur', :git => 'https://github.com/byliner/BoxBlur'
John Figueiredo, john@johnfigueiredo.com
boxBlur is available under the MIT license. See the LICENSE file for more info.