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: 
later clicked on button on navigation controller's view, reveal status bar, ends this:
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.
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
Post a Comment