从本地通知中删除取消按钮或覆盖取消按钮功能

发布于 2024-12-26 13:18:05 字数 68 浏览 0 评论 0原文

是否可以

从本地通知视图中删除取消按钮或覆盖取消按钮功能

?如果是,那么我们如何实现这一点

s it possible to remove cancel button or

override cancel button function from

local notification view?If yes then how we can achieve this

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岁月苍老的讽刺 2025-01-02 13:18:05

您无法删除取消按钮。您只能选择删除
操作按钮不是取消按钮,正如它所定义的那样
UILocalNotification 的实现文件,因此您无法覆盖它。

You can not remove cancel button. You have only option to remove
action button not cancel button and As it is defined in
implementation file of UILocalNotification so u can not override it.

梦开始←不甜 2025-01-02 13:18:05

通过执行此操作,您只有 UILocalNotification 的“确定”按钮,

notif.hasAction=NO;

您无法在通知中看到“查看”按钮。希望它能解决您的问题

you have only ok button for UILocalNotification by doing this

notif.hasAction=NO;

by doing this you cannot see view button in the notifications. Hope it solved your Problem

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文