使用 NSUndoManager 和 Core Data 进行嵌套撤消
我对 NSUndoManager 有一个小问题。 当用户要编辑某个实体 A 时,我将所有内容粘贴到撤消分组中,以便可以轻松撤消更改。到目前为止,一切都很好。
但是,当用户编辑实体 A 时,他还可以添加或编辑实体 B 的项目,其中 A 具有多个 B,B 属于多个 A。这种关系是可选的。
现在,假设用户开始编辑实体 A 的一项,名为 Foo。在编辑时,他创建了实体 B 的一个新项目,称为 Bar。然后用户决定取消整个编辑过程,因此对 Foo 的更改被撤消,但 Bar 也消失了。
我如何设法保留对实体 B 的任何更改或添加,并且仅撤消 A 的内容?
我尝试使用两个 MOC,但由于这种关系,我在添加两个不同上下文的对象之间的关系时遇到错误。
谢谢!
I have a little problem with NSUndoManager.
When the user is about to edit some entity A, I stick everything into an undo grouping so that the changes can easily be undone. So far so good.
However, while the user is editing entity A, he can also add or edit items of entity B, where A has many B and B belongs to many A. That relationship is optional.
Now, say the user starts editing an item of entity A, called Foo. While editing, he creates a new item of entity B, called Bar. Then the user decides to cancel the whole editing process, so changes to Foo are undone, but Bar also disappears.
How do I manage to keep any changes to or additions of entity B, and only undo stuff for A?
I tried using two MOC, but because of the relationship I get errors about adding a relationship between objects of two different contexts.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论