romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.96k stars 494 forks source link

Default blur mode on iphone4 (ios7) #35

Closed dmirkitanov closed 10 years ago

dmirkitanov commented 10 years ago

Hi Roman,

I've tried this library on the iphone 4 with ios7 running, and found a small interesting issue.

liveBlur mode depends now on ios version, but I believe that on older devices (iphone 4) this blur is turned off for better performance. So, by default, I get this picture (below). Manually setting liveBlur to NO helps.

You might want to reflect this issue in the documentation, or elsewhere.

img_0264

Thanks for your work. :)

romaonthego commented 10 years ago

Good to know, thank you!