Re: Triggering a Method when a Core Data Property is Altered.
Re: Triggering a Method when a Core Data Property is Altered.
- Subject: Re: Triggering a Method when a Core Data Property is Altered.
- From: Kyle Sluder <email@hidden>
- Date: Tue, 6 Oct 2009 23:39:52 -0700
On Tue, Oct 6, 2009 at 11:32 PM, Joshua Garnham
<email@hidden> wrote:
> - awakeFromNib {
Okay, step 1: what the heck object is this? NSManagedObjects aren't
going to have -awakeFromNib called on them (and you mustn't override
their initializers) so it can't be one of those. Yet you're talking
about Core Data and observing self-properties, so what could this
object be?
--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