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; }