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.
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
Post a Comment