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

In iOS 7.1 REFrostedViewControllerLiveBackgroundStyleDark does not work when using liveBlur #72

Closed ivan-konov closed 10 years ago

ivan-konov commented 10 years ago

I have set up a test project using a resized UIToolBar over other content and the UIBarStyleBlack setting works as usual. So maybe there is something else in the whole view hierarchy that is messing this up. I hope this is a clue to you to look for.

ivan-konov commented 10 years ago

It's the default blurTintColor property that causes the problem. My workaround is to set it to nil but I guess I would be good to not take it into account when liveBlur is set to YES and style is set too.