Skip to content

Commit

Permalink
Merge pull request #11 from fatuhoku/patch-1
Browse files Browse the repository at this point in the history
Add note about customization not available in iOS 8
  • Loading branch information
AlvaroFranco committed Feb 13, 2015
2 parents ff31137 + ef5a330 commit a56f9ef
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 a56f9ef

Please sign in to comment.