iphone - Status bar in iOS remains in the last orientation view -


status bar in application remains in last orientation view have selected. in app playing tube video not using web view playing automatically played after clicking on play button given tube site. , works in portrait , landscape view if during playing mode of video select landscape mode , stops video status bar remains in same position while whole app moves portrait view.

hi sharma,

you need set orientation per requirement.you can show , hide status bar per requirement.

[[uiapplication sharedapplication] setstatusbarhidden:no]; [[uiapplication sharedapplication] setstatusbarorientation:uiinterfaceorientationportrait]; 

try 1 !!


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -