在本地通知的警报正文中显示图像

时间:2011-02-09 06:29:15

标签: ios cocoa-touch uilocalnotification

我正在使用本地通知,但我想将图像放在警报的邮件正文中。我怎么能这样做?

3 个答案:

答案 0 :(得分:8)

我还搜索了same question。并且发现我们无法自定义UILocalNotification,因此我通过显示自定义application:didReceiveLocalNotification:UIAlertView处理了此问题。

答案 1 :(得分:0)

应该有效。给它一个旋转:

UIAlertView *successAlert = [[UIAlertView alloc] initWithTitle:title 
message:message
delegate:nil
cancelButtonTitle:@"OK"
otherButtonTitles:nil]; UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(220, 10, 40, 40)]; UIImage *smiley= [UIImage imageNamed:@"smiley.png"]; [imageView setImage:smiley]; [smiley release]; [successAlert addSubview:imageView]; [imageView release]; [successAlert show]; [successAlert release];
祝你好运,

Aurum Aquila

答案 2 :(得分:-1)

如果您使用的是问号,通知等简单图片,我建议您Ext JS使用图标类型提醒。

您也可以添加图片。