gpt4 book ai didi

iphone - 如何让我的 iPhone 应用程序显示顶部横幅提醒,例如 Mail 应用程序?

转载 作者:可可西里 更新时间:2023-11-01 03:52:55 26 4
gpt4 key购买 nike

我搜索过这个,但找不到任何关于执行这些横幅/通知/警报的文档...但我真的很想实现它。如果我的文字描述不清楚,这是我想做的事情的图片:

1 : screen shot

我试过使用这段代码:

UILocalNotification *note = [[UILocalNotification alloc] init];
[note setAlertBody:[NSString stringWithFormat:@"%@ scanned", result]];
[note setAlertAction:@"New Scanned Image"];
[[UIApplication sharedApplication] presentLocalNotificationNow:note];

它工作正常,它在通知中心显示通知,但没有横幅警报。

那么我为此使用了哪些类?

谢谢!

最佳答案

您无法定义要用于应用通知的提醒类型。它只能由用户通过通知中心设置进行设置。

注意!警报仅在您的应用关闭或处于后台时出现。如果您的应用处于事件状态(在前台),它只会收到一条通知(有关详细信息,请参阅 - (void)applicationDidReceiveMemoryWarning:)。

关于iphone - 如何让我的 iPhone 应用程序显示顶部横幅提醒,例如 Mail 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8876443/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com