On 18 Jul 2011, at 01:12, Gideon King wrote:
> Hi all, in the documentation "Using Managed Objects", it says that we should
> use:
>
> [moc processPendingChanges]; // flush operations for which you want undos
> [[moc undoManager] disableUndoRegistration];
> // make changes for which undo opera
Hi all, in the documentation "Using Managed Objects", it says that we should
use:
[moc processPendingChanges]; // flush operations for which you want undos
[[moc undoManager] disableUndoRegistration];
// make changes for which undo operations are not to be recorded
[moc processPendingChanges];