Re: How to get NSPersistentDocument to use a subclassed NSManagedContext?
Re: How to get NSPersistentDocument to use a subclassed NSManagedContext?
- Subject: Re: How to get NSPersistentDocument to use a subclassed NSManagedContext?
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 22 May 2005 21:56:40 -0700
On May 22, 2005, at 9:45 PM, mmalcolm crawford wrote:
NSPersistentStoreCoordinator *psc =
[[NSPersistentStoreCoordinator alloc]
initWithManagedObjectModel:[self managedObjectModel]];
[myManagedObjectContext setPersistentStoreCoordinator:psc];
[psc release];
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden