开发者

Status bar is hidden is some cases

开发者 https://www.devze.com 2023-03-29 19:45 出处:网络
I have a problem with status bar. I\'m working with MediaPlayer. When I watch a video and press a button \"Done\" there is statu开发者_Python百科s bar. But when I watch video, press button \"Pause\" a

I have a problem with status bar. I'm working with MediaPlayer. When I watch a video and press a button "Done" there is statu开发者_Python百科s bar. But when I watch video, press button "Pause" and then press button "Done" there is NO status bar. How can I fix it?


Have you tried setting the hidden property after you press the Done button?

[[UIApplication sharedApplication] setStatusBarHidden: NO];
0

精彩评论

暂无评论...
验证码 换一张
取 消