uinavigationbar - ios 6 navigation bar and status bar overlapped -


the problem this: status bar intially hidden. have tab bar controller , has navigation controller in each of tabs. screen shot like: enter image description here

later clicked on button on navigation controller's view, reveal status bar, ends this:enter image description here

the navigation bar overlaps status bar. have perform actions tapping tab make navigation bar go down.

i tried set status bar uistatusbarstyleblackopaque , worked fine. if press "home" button on iphone turn app bacground , switch active, problem occurs again if clicked on button. enter image description here

your status bar style uistatusbarstyleblacktranslucent. should set either uistatusbarstyledefault or uistatusbarstyleblackopaque desired effect.

translucent status bars overlap full screen views, while opaque ones push views down.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -