我正在尝试将 to 的alertLaunchImage
属性设置UILocalNotification
为@"Default.png"
。它仅在应用程序从后台返回时有效,但在应用程序从锁定屏幕返回时无效。可能是什么问题?
谢谢
我正在尝试将 to 的alertLaunchImage
属性设置UILocalNotification
为@"Default.png"
。它仅在应用程序从后台返回时有效,但在应用程序从锁定屏幕返回时无效。可能是什么问题?
谢谢
The alertLaunchImage
is used to display a temporary launch image. Let's say your app has more than one views.
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.