通过更改其他 ManagedObjectContext 通知 TableView 重新加载

发布于 2024-12-09 05:42:21 字数 231 浏览 1 评论 0原文

我有一个使用 2 个上下文的 Core Data iPhone 应用程序。一个用于在 TableView 中显示数据,另一个用于导入数据。导入后,我继续保存导入上下文。在我的 AppDelegate 中,我正在监听 NSManagedObjectContextDidSaveNotification 将主上下文与通知导入的数据信息合并。 我的问题是使用主上下文并显示(导入的)数据的 TableView 不会更新。我是否必须通知他做任何事情来恢复?

I have an Core Data iPhone application that uses 2 contexts. One to display the data in a TableView and another for importing data. After importing I proceed a save on the import context. In my AppDelegate I'm listening for NSManagedObjectContextDidSaveNotification to merge the main context with the information of the imported data by the notification.
My problem is that the TableView that uses the main context and displays the (imported) data doesn't update. Do I anyhow have to inform him to do anything to refresh?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文