Hi, I'm using transient values to provide some data within my application. The trouble is, as soon as these values are calculated, it dirties my Managed Objects, reporting that a re-save is necessary.
Is there anyway to prevent transient values from marking an object as dirty if there are no actual changes to the object graph.
Thanks,