iphone - Status bar behave weird in landscape mode on iOS 8.1 and work fine with iOS 7.1 -


i having uncommon problem. im application status bar not show in landscape mode. issue happen ios 8. work fine in ios 7. please see attached screen shots both ios 7 , ios 8.

ios7.1 portrait ios7.1 landscape ios8.1 portrait ios8.1_landscape

this may you

in plist set view controller-based status bar appearance: no

and add code in view controller

-(void)didrotatefrominterfaceorientation:(uiinterfaceorientation)frominterfaceorientation {     [[uiapplication sharedapplication] setstatusbarhidden:no withanimation:uistatusbaranimationnone]; } 

Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -