iOS SDK. Show In-Call status bar

▼魔方 西西 提交于 2020-01-02 05:16:06

问题


Any one know how to show In-Call Status Bar with message from application when it is going to be in background? I know many applications from AppStore which can perform it. For instance: http://myevoz.com/. As I understood, they use SBStatusBar class to show it. I've tried to call setDoubleHeightStatusString method and got no result.

Any ideas or links to examples?

Thanks.


回答1:


So, now I can see red double-height status bar without any SpringBoard tricks and using the only legal APIs. You just need to add background mode support for sound and perform recording simulation. That's all. You will see your application name on red statusbar, see the answer here:

SBStatusBarController instance



来源:https://stackoverflow.com/questions/7191196/ios-sdk-show-in-call-status-bar

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