How to display blue status bar, if a action running in background

天涯浪子 提交于 2019-12-11 23:35:35

问题


I have installed refector 2 app in iPhone. While recoding iphone screen, the status bar colour has been changed to blue.

check below screen shot. Any idea how they did this?


回答1:


You cannot do this. The OS does this for you, to let the user know that some app is doing actions in background (recording screen, using microphone, using hotspot, etc.). If your app does something like this in background the statusbar will be displayed accordingly.



来源:https://stackoverflow.com/questions/36194933/how-to-display-blue-status-bar-if-a-action-running-in-background

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!