Simple blur effects category for UIViewController
Download sample project and see how to use it.
- Embed
UIViewController+Blur.h
andUIViewController+Blur.m
file into your project - Replace
-presentViewController: animated: completion:
with -presentViewControllerWithBlurBackground: completion:
- Replace
-dismissBlurViewControllerWithCompletionHandler:
with-dismissViewControllerAnimated:YES completion:
Enjoy!