ios - The status bar can not back to the original place -


enter image description here

as shown in figure, screen had turned vertical direction, status bar on right, use cardboardsdk broadcast video

you can implement 2 methods change status bar orientation portrait.

 -(bool)shouldautorotate {   return yes; }  -(uiinterfaceorientationmask)supportedinterfaceorientations{     return uiinterfaceorientationmaskportrait; }