ENSwiftSideMenu icon indicating copy to clipboard operation
ENSwiftSideMenu copied to clipboard

Dark UI Element Behind Navigation Bar When Switching From Tab Controller

Open s1rc opened this issue 10 years ago • 3 comments
trafficstars

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.

image

s1rc avatar Jan 03 '15 18:01 s1rc

hi @mattwitkowicz , Did you try to hide navigation bar to check what is it?

evnaz avatar Jan 05 '15 16:01 evnaz

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.

image

s1rc avatar Jan 07 '15 16:01 s1rc

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. :-)

ejpusa-zz avatar Mar 04 '15 04:03 ejpusa-zz