UILocalNotification AlertLaunchImage 不起作用

发布于 2024-11-02 22:00:23 字数 168 浏览 4 评论 0原文

我正在尝试将 UILocalNotificationalertLaunchImage 属性设置为 @"Default.png"。它仅在应用程序从后台返回时起作用,但在应用程序从锁定屏幕返回时不起作用。可能是什么问题?

谢谢

I'm trying to set the alertLaunchImage property of UILocalNotification to @"Default.png". It works only when the application returns from background, but not when the application returns from lock screen. What might be the problem?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

子栖 2024-11-09 22:00:23

alertLaunchImage 用于显示临时启动图像。假设您的应用程序有多个视图。

  • MainWindow
  • AlarmView
  • CalendarView
  • SettingsView

对于我们的示例应用程序,假设我为闹钟设置了 UILocalNotificatiion 。如果我将 alertLaunchImage 设置为空白 AlarmView.png,当我直接将用户带到 AlarmView 向他们显示详细信息时,它就不会闪烁。

The alertLaunchImage is used to display a temporary launch image. Let's say your app has more than one views.

  • MainWindow
  • AlarmView
  • CalendarView
  • SettingsView

For our example app, let say I set a UILocalNotificatiion for an alarm. If I set the alertLaunchImage to a blank AlarmView.png it won't flicker when I take the user directly to the AlarmView to show them the detail.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文