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 - CUDA code not processing if block properly -

Android Capture Image From Camera -

Define custom list-style-type in CSS -