Skip to content

Commit

Permalink
Add note about customization not available in iOS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Hok Shun Poon committed Feb 13, 2015
1 parent ff31137 commit ef5a330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ef5a330

Please sign in to comment.