NSManagedObject awakeFromFetch not sent on secondary thread?
NSManagedObject awakeFromFetch not sent on secondary thread?
- Subject: NSManagedObject awakeFromFetch not sent on secondary thread?
- From: Tom <email@hidden>
- Date: Sun, 14 Mar 2010 21:14:16 +0100
Hey
My custom NSManagedObject subclass uses awakeFromInsert and awakeFromFetch
to setup custom object to ivar. This works as expected, but when I fetch the
same object on secondary thread (in NSOperation), the ivar remains nil as
awakeFromFetch is not sent...
Is NSManagedObject's awakeFromFetch supposed to be sent when fetching on
secondary thread?
Thanks, Tom
_______________________________________________
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