Skip to content

mustafaibrahim989/MIBluredView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIBluredView

iOS 7 Blur View Category

Installation

UIImage *image = [UIView blurredSnapshot:self.view withImageRect:self.view.frame withEffect:LightEffect];

or change rect to capture a specific rect of view for example (bottom part)

UIImage *image = [UIView blurredSnapshot:self.view withImageRect:CGRectMake(0, self.view.frame.size.height - 200, 320, 300) withEffect:LightEffect];

Choose between LightEffect, DarkEffect and ExtraLightEffect.

Notes

Designed for iOS 7.

Screenshots

alt tag==alt tag

License

MIBluredView is available under the MIT license. See the LICENSE file for more info.

About

iOS 7 Blur View Category

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published