Skip to content

kjosk/BackgroundBlurEffectUIView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#BackgroundBlurEffectUIView

Background Blur Effect for iOS 7 UIView

Since this is not a subclass of UIView but a category of UIView, you can blur the background of existing UIViews without replacing them with something subclassed.

##Screenshot Screenshot

##How is it done?

see https://github.com/JagCesar/iOS-blur

##Awesome! So, how do I use it?

#import "UIView+BackgroundBlurEffect.h"

view.backgroundColor = [UIColor clearColor];
[view setBlurTintColor:[UIColor colorWithRed:0. green:0.7 blue:0. alpha:0.05]];

##License BackgroundBlurEffectUIView is released under the WTFPL-license (see the LICENSE file)

About

Background Blur Effect for UIView

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors