Re: Core Data Disable Undo
Re: Core Data Disable Undo
- Subject: Re: Core Data Disable Undo
- From: Kyle Sluder <email@hidden>
- Date: Mon, 9 Nov 2009 10:49:26 -0800
On Mon, Nov 9, 2009 at 10:20 AM, Richard Somers
<email@hidden> wrote:
> How do you insert an object into a managed object context with undo
> disabled?
The NSPersistentDocument Core Data tutorial tells you exactly how to
do it: http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/NSPersistentDocumentTutorial/04_Department/department.html
Or you could just look at NSUndoManager, since that's the thing that does undo.
Either way, you should have been able to find your answer rather
quickly without needing to ask the list.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden