From ef5a330613e2506dbe6a410a1412517abaad091a Mon Sep 17 00:00:00 2001 From: Hok Shun Poon Date: Fri, 13 Feb 2015 21:54:28 +0000 Subject: [PATCH] Add note about customization not available in iOS 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5505cb8..cc88789 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ For presenting the view controller, call ```-performSegueWithIdentifier:sender:` [self performSegueWithIdentifier:@"blurSegue" sender:self]; -##Customization +## Customization (**not available from iOS 8 or above, because native blurring is used) You can customize a few things such as the blur radius, tint color, saturation delta factor and modal transition style. To do this, import the class into your class: