edited with extra information:
I am using an app based on CoreDataTableViewController
from cs193p.
When I delete an instance of an entity called Position
, the prepareForDeletion
is called immediately. But when I call saveToURL
, or when the database is being autosaved, prepareForDeletion
is called again.
Is this the way it should be? can I prevent it?