如何为本地通知设置图像和声音?

时间:2011-06-20 06:47:15

标签: ios cocoa-touch uilocalnotification

在我的应用中,我想为UILocalNotification设置图像。每当通知发生时,将显示图像,并开始播放一些音乐。然后,当用户点击屏幕时,图像将消失并且声音将停止。我怎样才能做到这一点?

2 个答案:

答案 0 :(得分:0)

无法自定义本地通知。您只需更改文本并添加一个或两个按钮即可。请参阅this question以获取更多信息。

答案 1 :(得分:0)

这是不可能的。您可以添加启动图像以进行通知点击。

 @property(nonatomic,copy) NSString *alertLaunchImage;   // used as the launch image (UILaunchImageFile) when launch button is tapped