I have some entities instantiated in the main MOC. In a child MOC, I update some non-standard attributes that write out a shadow attribute (CGPoint to NSString). Then I save the child MOC.
But the existing entities in the main MOC don't currently update their non-standard attribute. This is currently done in awakeFromFetch. Is there another place I can hook into so that if the underlying attribute is changed in a child MOC, I can update the derived attribute? -- Rick _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
