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.
リモートサーバーと同期したいエンティティがいくつかあります。属性のいずれかが変更されたときに、NSManagedObject インスタンスをダーティとしてマークしたいと考えています。再帰を引き起こさずにこれを達成するにはどうすればよいですか。これを validateForUpdate および NSManagedObjectContextObjectsDidChangeNotification 通知で実行してみました。しかし、どちらも再帰を引き起こします。