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

Change the tint color make the blurry image black & white #61

Closed yingogobot closed 10 years ago

yingogobot commented 10 years ago

this is the code i used to change the tint color:

self.frostedViewController.blurTintColor = [UIColor colorWithRed:0.208 green:0.239 blue:0.275 alpha:1.000];

the color should be like screen shot 2014-02-13 at 4 08 04 pm

but it ends up like:

screen shot 2014-02-13 at 4 08 12 pm

Looks like everything behind the side menu becomes black and white

romaonthego commented 10 years ago

That's how UIToolBar works, there's no workaround.