I’ve mentioned a couple of resources for blur effects like this example showing how to create a movable blur mask and this nice library for creating a full screen dynamic blur effect.
Here’s an iOS 7 inspired UIView category called FXBlurView from Nick Lockwood that brings high performance dynamic blurring to iOS 5+.
FXBlurView is designed for max performance. You can make the view dynamic which redraws it as quickly as possible, or you can make the blur static.
FXBlurView is extremely easy to use, you simply specify the size of the blur view, and you can can also specify an iteration property to increase quality or performance of the view.
You can find FXBlurView on Github here.
A great library for blurring.
See more: iOS 7 Inspired Resources.
- Example: Creating An iOS 7 Style High Speed Movable Blur Mask
- Open Source iOS LIbrary Allowing You To Easily Create A Dynamic Blur Effect
- iOS 7 Inspired Libraries And User Interface Controls
- Top iOS Development Resources For Week Ended June 30th, 2013
- Best Resources In iOS Development – September 12, 2011
Original article: Open Source Library Allowing You To Create A High Speed Dynamic Blur Effect
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.