What is the name of this background app notice?

旧巷老猫 提交于 2019-12-12 01:53:56

问题


If I start a Voice Memo on iOS 8, and go to another app (e.g. Notes) then a red notice appears on the top of the screen (see below, "Recording 00:16").

What is the name of this notice? Where is the relevant iOS documentation?


回答1:


You are talking about double-high status bar, this is caused when some other app is recording audio , fetching background locations , etc in background , the double height status bar suggests user that the app is using the resource.

You can find relevant docs here

Make sure your UI can handle the double-high status bar. The double-high status bar appears during events such as in-progress phone calls, audio recording, and tethering. In unprepared apps the extra height of this bar can cause layout problems. For example, the UI can become pushed down or covered. In a multitasking environment, it’s especially important to be able to handle the double-high status bar properly because there are likely to be more apps that can cause it to appear.



来源:https://stackoverflow.com/questions/29485114/what-is-the-name-of-this-background-app-notice

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