UILocalNotification - 稍后

发布于 2024-11-16 12:10:47 字数 110 浏览 3 评论 0原文

在我的应用程序中,我使用 UILocalNotification ,效果很好。但我需要警报中的“稍后”按钮而不是“取消”。当用户单击“稍后”按钮时,我想在一段时间后显示通知。这可能吗?

谢谢

In my application I am using UILocalNotification which works fine. But I need "Later" button in the alert instead of "Cancel". When the user clicks on the "Later" button I want to show the notification after sometime. Is that possible?

Thanks

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

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

发布评论

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

评论(1

娇妻 2024-11-23 12:10:47

不,伙计,你走错了路。由于iphoneSDK的限制,这样的事情是不可能的。在本地通知中,它只会在警报视图中显示两个按钮。

1)Cancel
2)View

您仍然可以根据需要重命名“查看”按钮:

localNotif.alertAction = @"Snooze";

而不是重命名“取消”按钮。

No man, you are on the wrong way.Due to the limitations of iphoneSDK such thing is not possible.In local notification it will only show the two buttons in alert View.

1)Cancel
2)View

Still you can rename the View button to you wish:

localNotif.alertAction = @"Snooze";

rahter than renaming the Cancel button.

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