Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
快速提问,如果我想完全替换一对多关系。我需要删除所有以前的对象,还是自动完成
newVariable.hasRel = [NSSet setWithSet:newSet];
如果变量在该集合中有一些对象,只需用新集合替换它就可以摆脱旧实体???
快速回答:分配一组新的相关对象不会删除以前相关的对象。您必须手动执行此操作。