ENSwiftSideMenu
ENSwiftSideMenu copied to clipboard
Dark UI Element Behind Navigation Bar When Switching From Tab Controller
I noticed if you exchange one of your ViewControllers in your example with a Tab Bar Controller and navigate from that Tab controller to another VC you get a dark UI Element behind the transparent Navigation Bar.

hi @mattwitkowicz , Did you try to hide navigation bar to check what is it?
I tried hiding the navigation bar and the dark UI element is no longer visible.
I also noticed in my own project that if the ViewController being loaded as the ContentViewController is also a Tab Bar Controller, you can see the dark UI Element behind the translucent tab bar.

Have your tried looking at this in your 3D Debug Editor. Things sometime show up there that have not be able to see any other way. Really surprising to what is stuck to your ViewController. :-)