通过更改其他 ManagedObjectContext 通知 TableView 重新加载
我有一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论