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.
在核心数据中插入一个新实体后,一些属性正在改变。更改一个属性后,更改事件已经发送到 NSFetchedResultsController-delegate。
是否可以相互更改多个属性,并且只有在更改最新属性时,才会将事件发送到对象被修改的 NSFetchedResultsController-delegate。