AFBlurSegue icon indicating copy to clipboard operation
AFBlurSegue copied to clipboard

Custom UIStoryboardSegue implementation for blurring the background of a modal view controller

Results 8 AFBlurSegue issues
Sort by recently updated
recently updated
newest added

https://github.com/Carthage/Carthage#supporting-carthage-for-your-framework

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Hey there, the library works perfectly on iOS8+. However on iOS 7, I keep getting this error: ``` 2015-10-08 11:27:50.762 APPNAME[3104:60b] -[AFBlurSegue setUseDefaultModalPresentationStyle:]: unrecognized selector sent to instance 0x17dc01b0 2015-10-08...

In AFBlurSegue.m, line 35: ``` UIImage *background = [UIImage new]; ``` This initialization is unnecessary and triggers an error in Xcode Analyzer.

Updated values in `prepareForSegue:sender:` however, changes for blur radius, tint colour or saturation delta factor are not reflected in iOS 8.

![weirdshadow](https://cloud.githubusercontent.com/assets/8484253/4340944/c7e72112-4033-11e4-991d-8214e07977cb.png) After performing a blur segue, on the right hand side I'm getting a shadow effect running from top to bottom and I can't figure out what's causing it. Any...