当EventKitUI屏幕显示时,如何处理iPhone日历事件更改?

发布于 2024-12-09 14:59:58 字数 386 浏览 2 评论 0原文

EventKit(编程指南)涵盖了当底层 iPhone 日历事件数据发生变化时,如何通过观察者处理应用程序代码中的内容。好的。

但是,如果您正在将 Apple EventKitUI 屏幕(即不是您自己的代码)显示为应用程序的一部分,您该怎么办?如果基础事件数据发生变化,如何使用户消息无效/给出用户消息,或自动刷新数据。例如,如果您跳出应用程序,转到日历进行更改,然后跳回仍处于 EKUI“显示”或“编辑”事件屏幕的应用程序?

The EventKit (programming guide) covers how to handle things in your app code when the underlying iPhone calendar event data changes, via observers. ok.

What do you do however if you are in the middle of displaying an Apple EventKitUI screen (i.e. not your own code) as part of your application? How do you invalidate/give a user message, or auto-refresh the data, if the underlying event data changes. For example if you jump out of your app, go to calendar make a change, then jump back into your app which is still at the EKUI "display" or "edit" event screen?

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

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

发布评论

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

评论(1

少女净妖师 2024-12-16 14:59:58

我在其他地方得到的答案是,如果数据变得陈旧,这些 EKEvent 视图会自动回滚(基于从导航控制器弹出)......

answer I got elsewhere is that these EKEvent views roll themselves back (based on pop'ing from the nav controller) automatically if the data becomes stale...

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