Bluuur
This UIVisualEffectsView subclass allows to dynamically adjust blur radius by changing property blurRadius
from 0.0
for any.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
You will be able to move blur view and change blur radius.
Requirements
iOS 9.0+, because of subclassing from UIVisualEffectsView
.
Installation
Bluuur is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Bluuur'
Or, if you’re using Carthage, simply add Bluuur to your Cartfile
:
github "ML-Works/Bluuur"
Author
Anton Bukov, [email protected]
License
Bluuur is available under the MIT license. See the LICENSE file for more info.