我正在使用本地通知,但我想将图像放在警报的邮件正文中。我怎么能这样做?
答案 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使用图标类型提醒。
您也可以添加图片。