1

我正在尝试将 to 的alertLaunchImage属性设置UILocalNotification@"Default.png"。它仅在应用程序从后台返回时有效,但在应用程序从锁定屏幕返回时无效。可能是什么问题?

谢谢

4

1 回答 1

-2

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.

于 2011-04-23T20:26:46.103 回答