On Mon, Apr 26, 2010 at 3:46 PM, Joanna Carter <[email protected]> wrote: > Hi Jack > >> Right, but we were talking about passing in nil as the context when >> creating the object, so there's no context to remove it from. > > That's interesting. I have never tried using a nil context. Something more to > add to my knowledge repository :-) > > Thank you >
Well I haven't actually tried it yet, so don't thank me yet! ;) The docs for "initWithEntity:insertIntoManagedObjectContext :" do include the text "If context is not nil, this method..." though, which seems to imply that you should be able to send it a nil context. I really should try this out myself. -- // jack // http://nuthole.com // http://learncocoa.org _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
