0

How to have navigation bar blurred like on the first image here. I did some research, but seems tint color and translucent does not apply for this needs. I am using iOS 7 and iOS 8

The problem that I have table under navigation bar and it change content dynamically, so the blur effect should be changed as well each time I scroll table.

Community
  • 1
  • 1
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
  • Dupe: http://stackoverflow.com/questions/17055740/how-can-i-produce-an-effect-similar-to-the-ios-7-blur-view – Aaron Mar 18 '15 at 18:27
  • @Aaron I am not sure if it will work if I will scroll up table and content under navigation bar will be changed – Matrosov Oleksandr Mar 18 '15 at 18:30
  • Have you tried any of these solutions? – Aaron Mar 18 '15 at 18:31
  • @Aaron, thank you for suggestion, but as you see on the link I've added here are two navigation bars and top has beautiful blur effect. On the link you provide here are one dynamic solution that only works for iOS7. Other we can use for create static blurred image using current graphic context. – Matrosov Oleksandr Mar 18 '15 at 18:40
  • The link I provided has a half dozen possible solutions. Are you saying that none of them will work for both iOS 7 and iOS 8? What about this custom `UIView`: https://github.com/ivoleko/ILTranslucentView referenced in the link I provided? – Aaron Mar 18 '15 at 19:18
  • @Aaron seems like good solution that works for me. One thing that I need to adjust frame of that view and make it (0, -20, navigationBar.width, navigationBar.height + 20). But works for me. Thanks – Matrosov Oleksandr Mar 18 '15 at 22:04

0 Answers0