Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用本地通知来指示来自后台模式的来电。这很好,但这就是我看到的,当Skype在后台模式下接到电话时:
所以看起来有可能从背景显示 UIAlert 并且任何人都可以回答我如何?
不,您不能UIAlertView从后台显示一个,但您可以安排一个UILocalNotification.
UIAlertView
UILocalNotification
只需将 的fireDate属性设置UILocalNotification为当前日期,它将直接显示。
fireDate