0

I'm using the popular FXBlurView library to add an overlay blurred view to my app.

The main view controller contains a child view controller which is a GLKViewController with OpenGL content.

Adding a blurred view to the parent vc doesn't take into account any content of the child vc. I've tried to add the blur view to the main window instead of the vc view but the result is the same.

Any suggestion?

genpfault
  • 51,148
  • 11
  • 85
  • 139
DAN
  • 919
  • 1
  • 6
  • 23

1 Answers1

0

For anybody interested in this topic I've found a potential solution and reported the issue here: https://github.com/nicklockwood/FXBlurView/issues/102

DAN
  • 919
  • 1
  • 6
  • 23