matteogobbi / MGSpotyViewController

Beautiful viewController with a tableView and amazing effects like a viewController in the Spotify app.
MIT License
1.02k stars 106 forks source link

Which blur effect does this view controller use? #16

Closed chenweiyj closed 9 years ago

chenweiyj commented 9 years ago

Is it Guassian Blur or Background Blur?

prathmeshranaut commented 9 years ago

It uses Guassian blur. Check out MGViewController.m

- (void)setImageToBlur:(UIImage *)image
            blurRadius:(CGFloat)blurRadius
       completionBlock:(LBBlurredImageCompletionBlock) completion