Hiding the status bar
We have hidden the status bar in our application开发者_开发问答. But when there is an error in playing the video, I get "This movie could not be played" pop up. When this pop up is getting displayed, status bar becomes visible and it stays visible always till we shut down the application.
How do we fix this
[ [ UIApplication sharedApplication ] setStatusBarHidden:true animated:false ];
精彩评论