Skip navigation.
 
mlRe: Core Data: updating a key dependent on a to-many relationship?
FROM : mmalcolm crawford
DATE : Tue Feb 21 11:10:23 2006

On Feb 21, 2006, at 1:32 AM, zeno wrote:

> when quitting and relaunching the app you'll loose all the KVO you 
> setup in the add<Key>Object, thus
> you'll probably need to create a new method (called on 
> awakeFromFetch?) who will restore that...
>

awakeFromFetch is the appropriate method to override (for initial set-
up).

> Yeah, it would be definetly nice to have a more detailed explanation
> to this question of the Core Data FAQ: [...]
>

Please file a documentation enhancement request (<http://
bugreport.apple.com/>) or use the feedback form at the bottom of the 
documentation page.

mmalc